@withgraphite/graphite-cli 1.0.2 → 1.0.3
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 +7 -0
- package/graphite.js +1 -1
- package/package.json +1 -1
package/.CHANGELOG.md
CHANGED
|
@@ -1,5 +1,12 @@
|
|
|
1
1
|
# Graphite CLI Changelog
|
|
2
2
|
|
|
3
|
+
## 1.0.3 2023-09-15
|
|
4
|
+
|
|
5
|
+
- Fixed an issue where restacking did not respect the `commit.gpgSign` configuration value.
|
|
6
|
+
- Fixed an issue where `create` with just a branch name incorrectly failed to execute.
|
|
7
|
+
- Fixed an issue where the `git --version` check failed on Windows (and likely certain other git distributions).
|
|
8
|
+
|
|
9
|
+
|
|
3
10
|
## 1.0.2 2023-09-15
|
|
4
11
|
|
|
5
12
|
- `gt top` interactive selection now offers which tip to travel to instead of prompting at each intermediate step. We'll be porting the same behavior to `gt up` soon.
|