Skip to content

Commit c4445f2

Browse files
committed
chore: Release termtree version 0.5.0
1 parent 58597c8 commit c4445f2

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-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](http://semver.org/).
77
<!-- next-header -->
88
## [Unreleased] - ReleaseDate
99

10+
## [0.5.0] - 2024-07-09
11+
1012
### Compatibility
1113

1214
- MSRV bumped to 1.74.0
@@ -86,7 +88,8 @@ Forked from `treeline`
8688
* initial release
8789

8890
<!-- next-url -->
89-
[Unreleased]: https://github.com/rust-cli/termtree/compare/v0.4.1...HEAD
91+
[Unreleased]: https://github.com/rust-cli/termtree/compare/v0.5.0...HEAD
92+
[0.5.0]: https://github.com/rust-cli/termtree/compare/v0.4.1...v0.5.0
9093
[0.4.1]: https://github.com/rust-cli/termtree/compare/v0.4.0...v0.4.1
9194
[0.4.0]: https://github.com/rust-cli/termtree/compare/v0.3.0...v0.4.0
9295
[0.3.0]: https://github.com/rust-cli/termtree/compare/v0.2.4...v0.3.0

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ zero_sized_map_values = "warn"
8888

8989
[package]
9090
name = "termtree"
91-
version = "0.4.1"
91+
version = "0.5.0"
9292
description = "Visualize tree-like data on the command-line"
9393
documentation = "https://docs.rs/termtree"
9494
homepage = "https://github.com/rust-cli/termtree"

0 commit comments

Comments
 (0)