Skip to content

Commit dbfc45d

Browse files
chore: bump version to 3.0.11 everywhere
Syncs all version references — package.json, install.sh, README, release workflow examples — which were stale at 3.0.8 after the last two bumps. Generated with Codebuff 🤖 Co-Authored-By: Codebuff <noreply@codebuff.com>
1 parent 986796d commit dbfc45d

5 files changed

Lines changed: 10 additions & 5 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
workflow_dispatch:
1111
inputs:
1212
version:
13-
description: "Release tag to publish (for example btch-cli@3.0.8)"
13+
description: "Release tag to publish (for example btch-cli@3.0.11)"
1414
required: true
1515

1616
permissions:
@@ -186,7 +186,7 @@ jobs:
186186
# Publish the package to npm on every GitHub release. Requires the
187187
# NPM_TOKEN secret (Settings → Secrets and variables → Actions) with
188188
# publish permissions. The version is taken from the release tag, so
189-
# just create a release like btch-cli@3.0.8 and the package is
189+
# just create a release like btch-cli@3.0.11 and the package is
190190
# published as 1.0.4 automatically.
191191
npm-publish:
192192
if: github.event_name == 'release'

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [3.0.11] - 2026-08-17
9+
10+
### Changed
11+
- Sync all version references to 3.0.11 (install.sh, README, release workflow examples were stale at 3.0.8)
12+
813
## [3.0.10] - 2026-08-17
914

1015
### Added

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ What the installer does:
2626

2727
```bash
2828
# Install a specific version (keep in sync with package.json)
29-
curl -fsSL https://raw.githubusercontent.com/hostinger-bot/btch-cli/main/install.sh | bash -s -- --version 3.0.8
29+
curl -fsSL https://raw.githubusercontent.com/hostinger-bot/btch-cli/main/install.sh | bash -s -- --version 3.0.11
3030

3131
# Install from a local binary instead of downloading
3232
bash install.sh --binary /path/to/btch

install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Install btch from GitHub Releases.
2121
2222
Usage:
2323
curl -fsSL https://raw.githubusercontent.com/hostinger-bot/btch-cli/main/install.sh | bash
24-
curl -fsSL https://raw.githubusercontent.com/hostinger-bot/btch-cli/main/install.sh | bash -s -- --version 3.0.8
24+
curl -fsSL https://raw.githubusercontent.com/hostinger-bot/btch-cli/main/install.sh | bash -s -- --version 3.0.11
2525
bash install.sh --binary /path/to/btch
2626
2727
Options:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "btch-cli",
3-
"version": "3.0.10",
3+
"version": "3.0.11",
44
"description": "An open-source AI coding agent, built with Bun and OpenTUI.",
55
"type": "module",
66
"main": "dist/index.js",

0 commit comments

Comments
 (0)