@withgraphite/graphite-cli 1.3.7 → 1.3.8

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,13 @@
1
1
  # Graphite CLI Changelog
2
2
 
3
- # 1.3.7 2024-05-29
3
+ # 1.3.8 2024-06-12
4
+
5
+ - Updated `gt absorb` to print the number of hunks that were not absorbed
6
+ - Updated `gt log` to not show `updated remotely` since it does not respect the new sync changes
7
+
8
+ - Fixed bug where `gt sync` would always ask to reconcile when there were local changes
9
+
10
+ # 1.3.7 2024-06-05
4
11
 
5
12
  - Updated `gt modify` to print out conflicts when it cannot restack cleanly
6
13