From 6ff445d479fe77315f3f80f60a677a48765b540f Mon Sep 17 00:00:00 2001 From: "flagsmith-engineering[bot]" <216534828+flagsmith-engineering[bot]@users.noreply.github.com> Date: Mon, 24 Aug 2026 12:24:34 +0000 Subject: [PATCH] chore(main): release 2.0.1 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 19 +++++++++++++++++++ README.md | 4 ++-- install.ps1 | 2 +- install.sh | 2 +- website/hugo.yaml | 2 +- 6 files changed, 25 insertions(+), 6 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index b7c9dac..ed49281 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"2.0.0"} +{".":"2.0.1"} diff --git a/CHANGELOG.md b/CHANGELOG.md index fd504e4..24e4c61 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,24 @@ # Changelog +## [2.0.1](https://github.com/Flagsmith/flagsmith-cli/compare/v2.0.0...v2.0.1) (2026-08-24) + + +### Bug Fixes + +* **ci:** Homebrew cask ships no shell completions ([#102](https://github.com/Flagsmith/flagsmith-cli/issues/102)) ([2d55665](https://github.com/Flagsmith/flagsmith-cli/commit/2d55665ea33b016708c62fd9ff53559175852c23)) +* **ci:** npm publish fails with `Cannot find module 'yargs'` ([#101](https://github.com/Flagsmith/flagsmith-cli/issues/101)) ([8bf7dfc](https://github.com/Flagsmith/flagsmith-cli/commit/8bf7dfcc201b1b32d01a9897a6036f323dda8b1f)) +* **docs:** Command reference hides the sidebar on leaf pages ([#105](https://github.com/Flagsmith/flagsmith-cli/issues/105)) ([a5e139c](https://github.com/Flagsmith/flagsmith-cli/commit/a5e139c8be83acae8ea441fe17bd2c3d53824281)) + + +### CI + +* Use goreleaser-npm-publisher-action v1.6.0 ([#104](https://github.com/Flagsmith/flagsmith-cli/issues/104)) ([3aea696](https://github.com/Flagsmith/flagsmith-cli/commit/3aea696a9c7fa17dd88dcd5f6d1abc62b9d745f5)) + + +### Other + +* Add `CODEOWNERS` ([#32](https://github.com/Flagsmith/flagsmith-cli/issues/32)) ([bad3dbe](https://github.com/Flagsmith/flagsmith-cli/commit/bad3dbe30e23e78e816d31ab7095b77553253332)) + ## [2.0.0](https://github.com/Flagsmith/flagsmith-cli/compare/v2.0.0-beta.3...v2.0.0) (2026-08-21) diff --git a/README.md b/README.md index 6df6dc9..63d5df9 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ Installs to `$HOME/.local/bin` and adds it to your `PATH`. Options: ```sh -curl -fsSL https://get.flagsmith.com | sh -s -- --version v2.0.0 --bin-dir /usr/local/bin --no-modify-path +curl -fsSL https://get.flagsmith.com | sh -s -- --version v2.0.1 --bin-dir /usr/local/bin --no-modify-path curl -fsSL https://get.flagsmith.com | sh -s -- --help ``` @@ -41,7 +41,7 @@ Using npm: npm install -g @flagsmith/cli ``` -Alternatively, `go install github.com/Flagsmith/flagsmith-cli/v2@v2.0.0` (installs as `flagsmith-cli`), or grab an archive from [Releases](https://github.com/Flagsmith/flagsmith-cli/releases). +Alternatively, `go install github.com/Flagsmith/flagsmith-cli/v2@v2.0.1` (installs as `flagsmith-cli`), or grab an archive from [Releases](https://github.com/Flagsmith/flagsmith-cli/releases). ## Build diff --git a/install.ps1 b/install.ps1 index 4b968a7..8cb1c46 100644 --- a/install.ps1 +++ b/install.ps1 @@ -30,7 +30,7 @@ $ErrorActionPreference = 'Stop' # Invoke-WebRequest spends most of its time drawing the progress bar. $ProgressPreference = 'SilentlyContinue' -$DefaultVersion = 'v2.0.0' # x-release-please-version +$DefaultVersion = 'v2.0.1' # x-release-please-version $Repo = 'Flagsmith/flagsmith-cli' $ExeName = 'flagsmith.exe' diff --git a/install.sh b/install.sh index 1d05178..5ae3cba 100644 --- a/install.sh +++ b/install.sh @@ -8,7 +8,7 @@ # the version as a flag or export it first. set -eu -DEFAULT_VERSION="v2.0.0" # x-release-please-version +DEFAULT_VERSION="v2.0.1" # x-release-please-version REPO="Flagsmith/flagsmith-cli" BIN_NAME="flagsmith" diff --git a/website/hugo.yaml b/website/hugo.yaml index 255fddf..c8423db 100644 --- a/website/hugo.yaml +++ b/website/hugo.yaml @@ -45,7 +45,7 @@ menu: icon: github params: - version: "v2.0.0" # x-release-please-version + version: "v2.0.1" # x-release-please-version description: The Flagsmith command-line interface — manage flags, segments and environments from your terminal. navbar: displayTitle: true