Skip to content

Commit 6ff445d

Browse files
chore(main): release 2.0.1
1 parent 3aea696 commit 6ff445d

6 files changed

Lines changed: 25 additions & 6 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{".":"2.0.0"}
1+
{".":"2.0.1"}

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# Changelog
22

3+
## [2.0.1](https://github.com/Flagsmith/flagsmith-cli/compare/v2.0.0...v2.0.1) (2026-08-24)
4+
5+
6+
### Bug Fixes
7+
8+
* **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))
9+
* **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))
10+
* **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))
11+
12+
13+
### CI
14+
15+
* 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))
16+
17+
18+
### Other
19+
20+
* Add `CODEOWNERS` ([#32](https://github.com/Flagsmith/flagsmith-cli/issues/32)) ([bad3dbe](https://github.com/Flagsmith/flagsmith-cli/commit/bad3dbe30e23e78e816d31ab7095b77553253332))
21+
322
## [2.0.0](https://github.com/Flagsmith/flagsmith-cli/compare/v2.0.0-beta.3...v2.0.0) (2026-08-21)
423

524

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Installs to `$HOME/.local/bin` and adds it to your `PATH`. Options:
1919
<!-- x-release-please-start-version -->
2020

2121
```sh
22-
curl -fsSL https://get.flagsmith.com | sh -s -- --version v2.0.0 --bin-dir /usr/local/bin --no-modify-path
22+
curl -fsSL https://get.flagsmith.com | sh -s -- --version v2.0.1 --bin-dir /usr/local/bin --no-modify-path
2323
curl -fsSL https://get.flagsmith.com | sh -s -- --help
2424
```
2525

@@ -41,7 +41,7 @@ Using npm:
4141
npm install -g @flagsmith/cli
4242
```
4343

44-
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). <!-- x-release-please-version -->
44+
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). <!-- x-release-please-version -->
4545

4646
## Build
4747

install.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ $ErrorActionPreference = 'Stop'
3030
# Invoke-WebRequest spends most of its time drawing the progress bar.
3131
$ProgressPreference = 'SilentlyContinue'
3232

33-
$DefaultVersion = 'v2.0.0' # x-release-please-version
33+
$DefaultVersion = 'v2.0.1' # x-release-please-version
3434

3535
$Repo = 'Flagsmith/flagsmith-cli'
3636
$ExeName = 'flagsmith.exe'

install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# the version as a flag or export it first.
99
set -eu
1010

11-
DEFAULT_VERSION="v2.0.0" # x-release-please-version
11+
DEFAULT_VERSION="v2.0.1" # x-release-please-version
1212

1313
REPO="Flagsmith/flagsmith-cli"
1414
BIN_NAME="flagsmith"

website/hugo.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ menu:
4545
icon: github
4646

4747
params:
48-
version: "v2.0.0" # x-release-please-version
48+
version: "v2.0.1" # x-release-please-version
4949
description: The Flagsmith command-line interface — manage flags, segments and environments from your terminal.
5050
navbar:
5151
displayTitle: true

0 commit comments

Comments
 (0)