@withgraphite/graphite-cli 1.0.13 → 1.0.14

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/.CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Graphite CLI Changelog
2
2
 
3
+ # 1.0.14 2023-12-14
4
+
5
+ - Improved error messaging when config file is invalid.
6
+ - Updated `gt submit` behavior when upstack branches have merged.
7
+ - Added `gt interactive` command to open the Graphite Interactive extension.
8
+ - Updated `gt auth` to print more information about the user's auth status.
9
+ - Fixed an issue where `gt track` would hang if no parent was explicitly passed to the command.
10
+
3
11
  # 1.0.13 2023-12-13
4
12
 
5
13
  - Fixed bug where "needs restack" was not printing out in `gt log short`.