@withgraphite/graphite-cli 1.4.0 → 1.4.1

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,15 @@
1
1
  # Graphite CLI Changelog
2
2
 
3
+ # 1.4.1 2024-07-10
4
+
5
+ - Added a `--trunk/-t` to `gt checkout` to switch to the current trunk
6
+
7
+ - Fixed bug where most gt commands would hang indefinitely due to an infinite loop
8
+ - Fixed bug where `gt sync` would try to update a trunk you don't have configured
9
+ - Fixed bug in `gt demo` that incorrectly created a "-p" directory to run the demo in
10
+ - Updated `gt init --reset` to also reset PR metadata
11
+ - Reduced the maximum number of parallel git calls in order to reduce spawn errors
12
+
3
13
  # 1.4.0 2024-07-03
4
14
 
5
15
  **This version of the Graphite CLI adds support for working on multiple trunks that will be rolled out over the coming weeks via a server-side feature flag.**