Skip to content

Commit 0124efc

Browse files
committed
chore: Release termtree version 1.0.0
1 parent b70ab77 commit 0124efc

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

10+
## [1.0.0] - 2026-02-11
11+
1012
## [0.5.1] - 2024-07-25
1113

1214
## [0.5.0] - 2024-07-09
@@ -90,7 +92,8 @@ Forked from `treeline`
9092
* initial release
9193

9294
<!-- next-url -->
93-
[Unreleased]: https://github.com/rust-cli/termtree/compare/v0.5.1...HEAD
95+
[Unreleased]: https://github.com/rust-cli/termtree/compare/v1.0.0...HEAD
96+
[1.0.0]: https://github.com/rust-cli/termtree/compare/v0.5.1...v1.0.0
9497
[0.5.1]: https://github.com/rust-cli/termtree/compare/v0.5.0...v0.5.1
9598
[0.5.0]: https://github.com/rust-cli/termtree/compare/v0.4.1...v0.5.0
9699
[0.4.1]: https://github.com/rust-cli/termtree/compare/v0.4.0...v0.4.1

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
@@ -96,7 +96,7 @@ lto = true
9696

9797
[package]
9898
name = "termtree"
99-
version = "0.5.1"
99+
version = "1.0.0"
100100
description = "Visualize tree-like data on the command-line"
101101
documentation = "https://docs.rs/termtree"
102102
homepage = "https://github.com/rust-cli/termtree"

0 commit comments

Comments
 (0)