File tree Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ 3.3.0] - 2025-07-03
11
+
10
12
### Added
11
13
- Directory collapsing feature with ` -c, --collapse ` option
12
14
- Collapses consecutive single-child directories into a single line
@@ -106,7 +108,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
106
108
### Fixed
107
109
- "Try it" section in README documentation
108
110
109
- [ Unreleased ] : https://github.com/wteuber/git-status-tree/compare/v3.2.0...HEAD
111
+ [ Unreleased ] : https://github.com/wteuber/git-status-tree/compare/v3.3.0...HEAD
112
+ [ 3.3.0 ] : https://github.com/wteuber/git-status-tree/compare/v3.2.0...v3.3.0
110
113
[ 3.2.0 ] : https://github.com/wteuber/git-status-tree/compare/v3.1.0...v3.2.0
111
114
[ 3.1.0 ] : https://github.com/wteuber/git-status-tree/compare/v3.0.0...v3.1.0
112
115
[ 3.0.0 ] : https://github.com/wteuber/git-status-tree/compare/v2.0.0...v3.0.0
Original file line number Diff line number Diff line change 125
125
* ` ./bin/git-status-tree `
126
126
6 . Build and install local gem
127
127
* ` gem build git-status-tree.gemspec `
128
- * ` gem install git-status-tree-3.2.0.gem `
128
+ * ` gem install git-status-tree-3.3.0.gem `
129
+ 7 . Push new version to rubygems (maintainers only)
130
+ * ` gem push git-status-tree-3.3.0.gem `
Original file line number Diff line number Diff line change 1
- 3.2 .0
1
+ 3.3 .0
You can’t perform that action at this time.
0 commit comments