Skip to content

Commit

Permalink
version 2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Canop committed Sep 7, 2024
1 parent 5364bf6 commit aba0713
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
### next
<a name="v2.0.2"></a>
### v2.0.2 - 2024-09-07
- allow some additional spaces in filters of several kinds, eg `-d '> 12/25'`
- fix some problems in filters using several operators without parenthesis

<a name="v2.0.1"></a>
### v2.0.1 - 2023-09-03
Expand Down
6 changes: 3 additions & 3 deletions Cargo.lock

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

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

[dependencies]
bet = "1.0.3"
bet = "1.0.4"
clap = { version = "4.4", features = ["derive", "cargo"] }
clap-help = "1.0.0"
cli-log = "2.0"
Expand Down Expand Up @@ -42,7 +42,7 @@ name = "filter_resources"
harness = false

[patch.crates-io]
# bet = { path = "../bet" }
# bet = { path = "../bet" }
# cli-log = { path = "../cli-log" }
# have = { path = "../have" }
# minimad = { path = "../minimad" }
Expand Down

0 comments on commit aba0713

Please sign in to comment.