@withgraphite/graphite-cli 1.7.4 → 1.7.5

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,11 @@
1
1
  # Graphite CLI Changelog
2
2
 
3
+ # 1.7.5 2025-10-25
4
+
5
+ - Fixed an issue where `gt submit` would incorrectly warn about out-of-date trunk when trunk was up-to-date.
6
+ - Fixed a bug where `gt submit` would fail with a force-with-lease error with custom fetch refspecs (or shallow clones).
7
+ - Added automatic re-tries in some cases to improve `gt submit` reliability.
8
+
3
9
  # 1.7.4 2025-10-21
4
10
 
5
11
  - Added a feature to automatically fast-forward the trunk to the upstream merge base when it's out of sync, improving UX during sync operations.