Skip to content

Commit 976ddd7

Browse files
committed
chore: Release termtree version 0.5.1
1 parent c4445f2 commit 976ddd7

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

CHANGELOG.md

+4-1
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.1] - 2024-07-25
11+
1012
## [0.5.0] - 2024-07-09
1113

1214
### Compatibility
@@ -88,7 +90,8 @@ Forked from `treeline`
8890
* initial release
8991

9092
<!-- next-url -->
91-
[Unreleased]: https://github.com/rust-cli/termtree/compare/v0.5.0...HEAD
93+
[Unreleased]: https://github.com/rust-cli/termtree/compare/v0.5.1...HEAD
94+
[0.5.1]: https://github.com/rust-cli/termtree/compare/v0.5.0...v0.5.1
9295
[0.5.0]: https://github.com/rust-cli/termtree/compare/v0.4.1...v0.5.0
9396
[0.4.1]: https://github.com/rust-cli/termtree/compare/v0.4.0...v0.4.1
9497
[0.4.0]: https://github.com/rust-cli/termtree/compare/v0.3.0...v0.4.0

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
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.5.0"
91+
version = "0.5.1"
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)