@withgraphite/graphite-cli 1.5.0 → 1.5.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,14 @@
1
1
  # Graphite CLI Changelog
2
2
 
3
+ # 1.5.1 2024-12-12
4
+
5
+ - Fixed a bug where `gt submit` on a stack would lead to temporary incorrect diffs on the upstack remote PRs
6
+ - Fixed a bug where `gt sync` failed with "RangeError: Invalid string length"
7
+
8
+ - Updated `gt rename` to fail if the user aborts the command
9
+ - Updated `gt squash` to fail if the squash command does nothing
10
+ - Updated all output to properly respect the --no-interactive flag (e.g. gt log, gt info…)
11
+
3
12
  # 1.5.0 2024-12-04
4
13
 
5
14
  - Introduced `gt abort`, which aborts the current rebase operation and restores the repository state to before the original command that introduced the conflict