Skip to content

Commit 14e4fe8

Browse files
committed
chore: Release version 3.4.0
- Bump version to 3.4.0 - Update CHANGELOG with release notes - Update README gem installation instructions
1 parent 19aadfc commit 14e4fe8

File tree

3 files changed

+14
-4
lines changed

3 files changed

+14
-4
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

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+
1019
## [3.3.0] - 2025-07-03
1120

1221
### Added
@@ -108,7 +117,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
108117
### Fixed
109118
- "Try it" section in README documentation
110119

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
112122
[3.3.0]: https://github.com/wteuber/git-status-tree/compare/v3.2.0...v3.3.0
113123
[3.2.0]: https://github.com/wteuber/git-status-tree/compare/v3.1.0...v3.2.0
114124
[3.1.0]: https://github.com/wteuber/git-status-tree/compare/v3.0.0...v3.1.0

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,6 @@ ___
127127
* `./bin/git-status-tree`
128128
6. Build and install local gem
129129
* `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`
131131
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`

VERSION

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

0 commit comments

Comments
 (0)