Skip to content

Commit 0cb7598

Browse files
committed
chore: Release
1 parent aa236eb commit 0cb7598

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
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.2.4] - 2022-01-07
11+
1012
#### Fixes
1113

1214
- Adjusted to a cleaner looking continuous middle skip
@@ -39,7 +41,8 @@ Forked from `treeline`
3941
* initial release
4042

4143
<!-- next-url -->
42-
[Unreleased]: https://github.com/rust-cli/termtree/compare/v0.2.3...HEAD
44+
[Unreleased]: https://github.com/rust-cli/termtree/compare/v0.2.4...HEAD
45+
[0.2.4]: https://github.com/rust-cli/termtree/compare/v0.2.3...v0.2.4
4346
[0.2.3]: https://github.com/rust-cli/termtree/compare/v0.2.2...v0.2.3
4447
[0.2.2]: https://github.com/rust-cli/termtree/compare/v0.2.1...v0.2.2
4548
[0.2.1]: https://github.com/rust-cli/termtree/compare/v0.2.0...v0.2.1

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "termtree"
3-
version = "0.2.3"
3+
version = "0.2.4"
44
description = "Visualize tree-like data on the command-line"
55
documentation = "https://docs.rs/termtree"
66
homepage = "https://github.com/rust-cli/termtree"

0 commit comments

Comments
 (0)