diff --git a/app/cli/version.txt b/app/cli/version.txt index f374f666..3eefcb9d 100644 --- a/app/cli/version.txt +++ b/app/cli/version.txt @@ -1 +1 @@ -0.9.1 +1.0.0 diff --git a/releases/cli/CHANGELOG.md b/releases/cli/CHANGELOG.md index 55095c38..7aeedb08 100644 --- a/releases/cli/CHANGELOG.md +++ b/releases/cli/CHANGELOG.md @@ -1,3 +1,7 @@ +## Version 1.0.0 +- CLI updates for the 1.0.0 release +- See the [server/v1.0.0 release notes](https://github.com/plandex-ai/plandex/releases/tag/server%2Fv1.0.0) for full details + ## Version 0.9.1 - Fix for occasional stream TUI panic during builds with long file paths (https://github.com/plandex-ai/plandex/issues/105) - If auto-upgrade fails due to a permissions issue, suggest re-running command with `sudo` (https://github.com/plandex-ai/plandex/issues/97 - thanks @kalil0321!)