Skip to content

Commit

Permalink
version 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Canop committed Sep 3, 2023
1 parent 13c3038 commit 6dc32aa
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 12 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
### next
<a name="v2.0.1"></a>
### v2.0.1 - 2023-09-03
- fix app name in `--version`
- better error message on path not found - thanks @orhun

Expand Down
14 changes: 7 additions & 7 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rhit"
version = "2.0.1-dev"
version = "2.0.1"
authors = ["dystroy <[email protected]>"]
repository = "https://github.com/Canop/rhit"
description = "nginx log analyzer"
Expand All @@ -12,8 +12,8 @@ rust-version = "1.60"

[dependencies]
bet = "1.0"
clap = { version = "4.3", features = ["derive", "cargo"] }
clap-help = "0.7.0"
clap = { version = "4.4", features = ["derive", "cargo"] }
clap-help = "1.0.0"
cli-log = "2.0"
file-size = "1.0.3"
flate2 = "1.0.27"
Expand All @@ -22,7 +22,7 @@ itertools = "0.11"
lazy-regex = "3.0.1"
num-format = "0.4"
smallvec = "1.11"
termimad = { version = "0.25.0", default-features = false, features = ["special-renders"] }
termimad = { version = "0.25.1", default-features = false, features = ["special-renders"] }
thiserror = "1.0"

[dev-dependencies]
Expand Down

0 comments on commit 6dc32aa

Please sign in to comment.