@withgraphite/graphite-cli 0.22.15 → 0.22.16
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/graphite.js +1 -1
- package/package.json +1 -1
package/.CHANGELOG.md
CHANGED
|
@@ -1,5 +1,10 @@
|
|
|
1
1
|
# Graphite CLI Changelog
|
|
2
2
|
|
|
3
|
+
## 0.22.16 2023-09-08
|
|
4
|
+
- Added autocomplete support for the renamed commands.
|
|
5
|
+
|
|
6
|
+
- Fixed a bug in `get` when the PR does not exist locally.
|
|
7
|
+
|
|
3
8
|
## 0.22.15 2023-09-07
|
|
4
9
|
- Introduced an environment variable to preview the command rename and custom aliasing system that will be released next week as Graphite CLI v1. For more details, see https://graphite.dev/docs/graphite-cli-v1-command-names.
|
|
5
10
|
- Introduced a new interactive command `gt config` which covers all user- and repo-level configurations. The `gt user` and `gt repo` top-level commands will be deprecated in an upcoming release.
|