Skip to content

Commit aba0713

Browse files
committed
version 2.0.2
1 parent 5364bf6 commit aba0713

File tree

3 files changed

+9
-7
lines changed

3 files changed

+9
-7
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1-
### next
1+
<a name="v2.0.2"></a>
2+
### v2.0.2 - 2024-09-07
23
- allow some additional spaces in filters of several kinds, eg `-d '> 12/25'`
4+
- fix some problems in filters using several operators without parenthesis
35

46
<a name="v2.0.1"></a>
57
### v2.0.1 - 2023-09-03

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rhit"
3-
version = "2.0.1"
3+
version = "2.0.2"
44
authors = ["dystroy <[email protected]>"]
55
repository = "https://github.com/Canop/rhit"
66
description = "nginx log analyzer"
@@ -11,7 +11,7 @@ categories = ["command-line-utilities"]
1111
rust-version = "1.60"
1212

1313
[dependencies]
14-
bet = "1.0.3"
14+
bet = "1.0.4"
1515
clap = { version = "4.4", features = ["derive", "cargo"] }
1616
clap-help = "1.0.0"
1717
cli-log = "2.0"
@@ -42,7 +42,7 @@ name = "filter_resources"
4242
harness = false
4343

4444
[patch.crates-io]
45-
# bet = { path = "../bet" }
45+
# bet = { path = "../bet" }
4646
# cli-log = { path = "../cli-log" }
4747
# have = { path = "../have" }
4848
# minimad = { path = "../minimad" }

0 commit comments

Comments
 (0)