@withgraphite/graphite-cli 1.7.12 → 1.7.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,11 @@
1
1
  # Graphite CLI Changelog
2
2
 
3
+ # 1.7.14 2025-12-16
4
+ - Added new `--into` flag to `gt modify` for committing changes into a downstack branch instead of the current branch.
5
+
6
+ # 1.7.13 2025-12-15
7
+ - Fixed some internal issues with builds.
8
+
3
9
  # 1.7.12 2025-12-10
4
10
  - Fixes issue with branch selection when running `gt create --insert`.
5
11
  - Add current branch indicator in `gt log`.