@withgraphite/graphite-cli 0.22.8 → 0.22.9
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 +10 -0
- package/graphite.js +1 -1
- package/package.json +1 -1
package/.CHANGELOG.md
CHANGED
|
@@ -1,5 +1,15 @@
|
|
|
1
1
|
# Graphite CLI Changelog
|
|
2
2
|
|
|
3
|
+
## 0.22.9 2023-08-31
|
|
4
|
+
|
|
5
|
+
- Fixed a bug where the wrong version could be shown in `gt log`.
|
|
6
|
+
- Fixed a bug where `get` didn't work to fetch new branches.
|
|
7
|
+
- Cleaned up a suggestion to run `submit --force`
|
|
8
|
+
|
|
9
|
+
- Removed the interactive portion at the end of `init` for branch tracking (hint about `track` is still shown).
|
|
10
|
+
|
|
11
|
+
- `GT_RENAME` flag now displays the correct command names in suggestions.
|
|
12
|
+
|
|
3
13
|
## 0.22.8 2023-08-31
|
|
4
14
|
|
|
5
15
|
- You guessed it -- more performance improvements!
|