Skip to content

Commit 5a82d93

Browse files
committed
version bump
1 parent 00094e2 commit 5a82d93

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@ All notable changes to this project will be documented in this file.
33

44
This project adheres to [Semantic Versioning](http://semver.org/).
55

6+
## [1.5.2] - 2023-03-15
7+
8+
### Bug Fixes
9+
- Stray print
10+
611
## [1.5.1] - 2023-03-15
712

813
### Bug Fixes

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
@@ -1,6 +1,6 @@
11
[package]
22
name = "erdtree"
3-
version = "1.5.1"
3+
version = "1.5.2"
44
edition = "2021"
55
authors = ["Benjamin Nguyen <[email protected]>"]
66
description = """

src/render/context/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ mod test;
2626
#[derive(Parser, Debug)]
2727
#[command(name = "erdtree")]
2828
#[command(author = "Benjamin Nguyen. <[email protected]>")]
29-
#[command(version = "1.5.1")]
29+
#[command(version = "1.5.2")]
3030
#[command(about = "erdtree (et) is a multi-threaded filetree visualizer and disk usage analyzer.", long_about = None)]
3131
pub struct Context {
3232
/// Root directory to traverse; defaults to current working directory

0 commit comments

Comments
 (0)