diff --git a/CHANGELOG.md b/CHANGELOG.md index 59508d4..287156c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] - ReleaseDate +## [0.5.0] - 2024-07-09 + ### Compatibility - MSRV bumped to 1.74.0 @@ -86,7 +88,8 @@ Forked from `treeline` * initial release -[Unreleased]: https://github.com/rust-cli/termtree/compare/v0.4.1...HEAD +[Unreleased]: https://github.com/rust-cli/termtree/compare/v0.5.0...HEAD +[0.5.0]: https://github.com/rust-cli/termtree/compare/v0.4.1...v0.5.0 [0.4.1]: https://github.com/rust-cli/termtree/compare/v0.4.0...v0.4.1 [0.4.0]: https://github.com/rust-cli/termtree/compare/v0.3.0...v0.4.0 [0.3.0]: https://github.com/rust-cli/termtree/compare/v0.2.4...v0.3.0 diff --git a/Cargo.lock b/Cargo.lock index 97a97b6..cd44202 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -99,7 +99,7 @@ dependencies = [ [[package]] name = "termtree" -version = "0.4.1" +version = "0.5.0" dependencies = [ "snapbox", ] diff --git a/Cargo.toml b/Cargo.toml index c34816f..23788df 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -88,7 +88,7 @@ zero_sized_map_values = "warn" [package] name = "termtree" -version = "0.4.1" +version = "0.5.0" description = "Visualize tree-like data on the command-line" documentation = "https://docs.rs/termtree" homepage = "https://github.com/rust-cli/termtree"