@withgraphite/graphite-cli 1.6.7 → 1.6.8

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.6.8 2025-08-05
4
+
5
+ - Added warnings when trunk is out of date during `gt submit`.
6
+ - Fixed an issue where `gt sync` and `gt get` could result in slow operations.
7
+ - Fixed an issue where `gt feedback` incorrectly reported a failure.
8
+ - Fixed an issue where `gt submit` incorrectly required the `--force` flag.
9
+ - Fixed an issue where `gt log` with `-n 0` would report the incorrect branch.
10
+ - Fixed an issue where `gt revert` would fail to perform any action.
11
+ - Fixed an issue where git hooks configured absolute paths would not be found.
12
+
3
13
  # 1.6.7 2025-07-09
4
14
 
5
15
  - Fixed an issue where `gt submit` would incorrectly report a branch as having a "New parent".