From 27638b590dfaeb410e797d2e6e6abaa21132096d Mon Sep 17 00:00:00 2001 From: Dane Schneider Date: Wed, 27 Mar 2024 07:14:01 -0700 Subject: [PATCH] Bump version to 0.8.0 --- app/cli/version.txt | 2 +- releases/cli/CHANGELOG.md | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/app/cli/version.txt b/app/cli/version.txt index f38fc539..a3df0a69 100644 --- a/app/cli/version.txt +++ b/app/cli/version.txt @@ -1 +1 @@ -0.7.3 +0.8.0 diff --git a/releases/cli/CHANGELOG.md b/releases/cli/CHANGELOG.md index 3d3f29b6..a97415a9 100644 --- a/releases/cli/CHANGELOG.md +++ b/releases/cli/CHANGELOG.md @@ -1,3 +1,11 @@ +## Version 0.8.0 +- `plandex invite` command to invite users to an org +- `plandex users` command to list users and pending invites for an org +- `plandex revoke` command to revoke an invite or remove a user from an org +- `plandex sign-in` fixes +- Fix for context update of directory tree when some paths are ignored +- Fix for `plandex branches` command showing no branches immediately after plan creation rather than showing the default 'main' branch + ## Version 0.7.3 - Fixes for changes TUI replacement view - Fixes for changes TUI text encoding issue