File tree Expand file tree Collapse file tree 3 files changed +14
-4
lines changed Expand file tree Collapse file tree 3 files changed +14
-4
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ 3.4.0] - 2025-07-23
11
+
12
+ ### Added
13
+ - Default collapse setting configurable via ` git config --global status-tree.collapse <true|false> `
14
+ - GitHub Actions rake status badge in README
15
+
16
+ ### Changed
17
+ - Updated README with improved example output for ` -ci ` command combination
18
+
10
19
## [ 3.3.0] - 2025-07-03
11
20
12
21
### Added
@@ -108,7 +117,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
108
117
### Fixed
109
118
- "Try it" section in README documentation
110
119
111
- [ Unreleased ] : https://github.com/wteuber/git-status-tree/compare/v3.3.0...HEAD
120
+ [ Unreleased ] : https://github.com/wteuber/git-status-tree/compare/v3.4.0...HEAD
121
+ [ 3.4.0 ] : https://github.com/wteuber/git-status-tree/compare/v3.3.0...v3.4.0
112
122
[ 3.3.0 ] : https://github.com/wteuber/git-status-tree/compare/v3.2.0...v3.3.0
113
123
[ 3.2.0 ] : https://github.com/wteuber/git-status-tree/compare/v3.1.0...v3.2.0
114
124
[ 3.1.0 ] : https://github.com/wteuber/git-status-tree/compare/v3.0.0...v3.1.0
Original file line number Diff line number Diff line change 127
127
* ` ./bin/git-status-tree `
128
128
6 . Build and install local gem
129
129
* ` gem build git-status-tree.gemspec `
130
- * ` gem install git-status-tree-3.3 .0.gem `
130
+ * ` gem install git-status-tree-3.4 .0.gem `
131
131
7 . Push new version to rubygems (maintainers only)
132
- * ` gem push git-status-tree-3.3 .0.gem `
132
+ * ` gem push git-status-tree-3.4 .0.gem `
Original file line number Diff line number Diff line change 1
- 3.3 .0
1
+ 3.4 .0
You can’t perform that action at this time.
0 commit comments