@withgraphite/graphite-cli 1.3.7 → 1.3.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 CHANGED
@@ -1,6 +1,17 @@
1
1
  # Graphite CLI Changelog
2
2
 
3
- # 1.3.7 2024-05-29
3
+ # 1.3.9 2024-06-18
4
+
5
+ - Updated `gt demo` to initialize Graphite automatically if the current repo has not yet been initialized
6
+
7
+ # 1.3.8 2024-06-12
8
+
9
+ - Updated `gt absorb` to print the number of hunks that were not absorbed
10
+ - Updated `gt log` to not show `updated remotely` since it does not respect the new sync changes
11
+
12
+ - Fixed bug where `gt sync` would always ask to reconcile when there were local changes
13
+
14
+ # 1.3.7 2024-06-05
4
15
 
5
16
  - Updated `gt modify` to print out conflicts when it cannot restack cleanly
6
17