Skip to content

Commit 25097eb

Browse files
committed
chore: Release version 3.3.0
- Bump version to 3.3.0 - Update CHANGELOG with release notes - Update README gem installation instructions
1 parent c1be128 commit 25097eb

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [3.3.0] - 2025-07-03
11+
1012
### Added
1113
- Directory collapsing feature with `-c, --collapse` option
1214
- 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
106108
### Fixed
107109
- "Try it" section in README documentation
108110

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
110113
[3.2.0]: https://github.com/wteuber/git-status-tree/compare/v3.1.0...v3.2.0
111114
[3.1.0]: https://github.com/wteuber/git-status-tree/compare/v3.0.0...v3.1.0
112115
[3.0.0]: https://github.com/wteuber/git-status-tree/compare/v2.0.0...v3.0.0

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,4 +125,6 @@ ___
125125
* `./bin/git-status-tree`
126126
6. Build and install local gem
127127
* `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`

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.2.0
1+
3.3.0

0 commit comments

Comments
 (0)