Skip to content

Commit

Permalink
bump version to 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
yuanbohan committed Jun 9, 2024
1 parent b851001 commit 4a1e3c4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[package]
name = "grok-rs"
version = "0.1.1"
version = "0.1.2"
edition = "2021"
readme = "README.md"
description = "Rust port of elastic Grok processor"
repository = "https://github.com/yuanbohan/grok-rs"
authors = ["yuanbohan"]
keywords = ["grok", "elastic", "logstash", "ETL"]
keywords = ["grok", "log", "elastic", "logstash", "ETL"]
license = "Apache-2.0"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ the `grok_rs` is a rust port of Elastic Grok processor, inspired by [grok-go][gr

```toml
[dependencies]
grok-rs = "0.1"
grok-rs = "0.1.2"
```

## Example
Expand Down

0 comments on commit 4a1e3c4

Please sign in to comment.