From f4f084be995f3268511dca15c72e4fabee09bfb6 Mon Sep 17 00:00:00 2001 From: Dane Schneider Date: Thu, 16 May 2024 13:34:35 -0700 Subject: [PATCH] Bump version to 1.0.0 --- app/cli/version.txt | 2 +- releases/cli/CHANGELOG.md | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) 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!)