Skip to content

Commit 6dc32aa

Browse files
committed
version 2.0.1
1 parent 13c3038 commit 6dc32aa

File tree

3 files changed

+13
-12
lines changed

3 files changed

+13
-12
lines changed

CHANGELOG.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
### next
1+
<a name="v2.0.1"></a>
2+
### v2.0.1 - 2023-09-03
23
- fix app name in `--version`
34
- better error message on path not found - thanks @orhun
45

Cargo.lock

+7-7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rhit"
3-
version = "2.0.1-dev"
3+
version = "2.0.1"
44
authors = ["dystroy <denys.seguret@gmail.com>"]
55
repository = "https://github.com/Canop/rhit"
66
description = "nginx log analyzer"
@@ -12,8 +12,8 @@ rust-version = "1.60"
1212

1313
[dependencies]
1414
bet = "1.0"
15-
clap = { version = "4.3", features = ["derive", "cargo"] }
16-
clap-help = "0.7.0"
15+
clap = { version = "4.4", features = ["derive", "cargo"] }
16+
clap-help = "1.0.0"
1717
cli-log = "2.0"
1818
file-size = "1.0.3"
1919
flate2 = "1.0.27"
@@ -22,7 +22,7 @@ itertools = "0.11"
2222
lazy-regex = "3.0.1"
2323
num-format = "0.4"
2424
smallvec = "1.11"
25-
termimad = { version = "0.25.0", default-features = false, features = ["special-renders"] }
25+
termimad = { version = "0.25.1", default-features = false, features = ["special-renders"] }
2626
thiserror = "1.0"
2727

2828
[dev-dependencies]

0 commit comments

Comments
 (0)