@withgraphite/graphite-cli 1.6.0 → 1.6.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 +5 -0
- package/645.js +3 -0
- package/691.js +1 -1
- package/child.js +1 -1
- package/graphite.js +1 -1
- package/package.json +1 -1
- package/1463a26331df3b0b4d694b076097b2dd.node +0 -0
- package/789.js +0 -3
- /package/{789.js.LICENSE.txt → 645.js.LICENSE.txt} +0 -0
package/.CHANGELOG.md
CHANGED
|
@@ -1,5 +1,10 @@
|
|
|
1
1
|
# Graphite CLI Changelog
|
|
2
2
|
|
|
3
|
+
# 1.6.1 2025-03-21
|
|
4
|
+
- Fixed a bug where in certain cases, trunk commits could be included in a tracked branch, resulting in many Graphite operations hanging or failing.
|
|
5
|
+
- Fixed a bug where certain cases of syncing a branch submitted outside of Graphite would crash the CLI.
|
|
6
|
+
- Added better protections against running too many `git` subprocesses.
|
|
7
|
+
|
|
3
8
|
# 1.6.0 2025-03-07
|
|
4
9
|
|
|
5
10
|
- Added support for multiple `-m` flags in `gt create`, `gt modify`, and `gt squash`.
|