Skip to content

Commit 8882555

Browse files
committedJun 12, 2023
v3.0.2
1 parent f1de862 commit 8882555

File tree

4 files changed

+12
-3
lines changed

4 files changed

+12
-3
lines changed
 

‎CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@ 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+
## [3.0.2] - 2023-06-12
7+
8+
### Bug fixes
9+
- [Fixed segmentation fault that occurs with `--long` when file has an invalid user or group](https://github.com/solidiquis/erdtree/pull/193)
10+
- [Updated deprecated Nerd symbols](https://github.com/solidiquis/erdtree/pull/192)
11+
- [Change CJK and emoji block icons](https://github.com/solidiquis/erdtree/pull/194)
12+
13+
**Full Changelog**: https://github.com/solidiquis/erdtree/compare/v3.0.1...v3.0.2
14+
615
## [3.0.1] - 2023-05-28
716

817
### Bug fixes

‎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
@@ -1,6 +1,6 @@
11
[package]
22
name = "erdtree"
3-
version = "3.0.1"
3+
version = "3.0.2"
44
edition = "2021"
55
authors = ["Benjamin Nguyen <benjamin.van.nguyen@gmail.com>"]
66
description = """

‎src/context/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ mod test;
5151
#[derive(Parser, Debug)]
5252
#[command(name = "erdtree")]
5353
#[command(author = "Benjamin Nguyen. <benjamin.van.nguyen@gmail.com>")]
54-
#[command(version = "3.0.1")]
54+
#[command(version = "3.0.2")]
5555
#[command(about = "erdtree (erd) is a cross-platform, multi-threaded, and general purpose filesystem and disk usage utility.", long_about = None)]
5656
pub struct Context {
5757
/// Directory to traverse; defaults to current working directory

0 commit comments

Comments
 (0)