Skip to content

Commit

Permalink
update: bump version to 0.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
dwpeng committed Jan 8, 2025
1 parent 314ced3 commit 44e4cbd
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 15 deletions.
11 changes: 5 additions & 6 deletions Cargo.lock

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

13 changes: 6 additions & 7 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ members = [

[workspace.package]
authors = ["dwpeng"]
version = "0.3.3"
version = "0.3.4"
edition = "2021"
description = "A command line tool to filter data by using python-like syntax"
license = "MIT"
Expand All @@ -20,11 +20,11 @@ exclude = ["spec/", "docs/"]
readme = "README.md"

[workspace.dependencies]
filterx = { path = "src/filterx", version = "0.3.3" }
filterx_core = { path = "src/filterx_core", version = "0.3.3" }
filterx_engine = { path = "src/filterx_engine", version = "0.3.3" }
filterx_source = { path = "src/filterx_source", version = "0.3.3" }
filterx_info = { path = "src/filterx_info", version = "0.3.3" }
filterx = { path = "src/filterx", version = "0.3.4" }
filterx_core = { path = "src/filterx_core", version = "0.3.4" }
filterx_engine = { path = "src/filterx_engine", version = "0.3.4" }
filterx_source = { path = "src/filterx_source", version = "0.3.4" }
filterx_info = { path = "src/filterx_info", version = "0.3.4" }
anyhow = "1.0.94"
clap = { version = "4.5.17", features = ["derive"] }
polars = { version = "0.45.1", default-features = false, features = [
Expand Down Expand Up @@ -56,7 +56,6 @@ polars = { version = "0.45.1", default-features = false, features = [
"is_in",
] }
polars-arrow = { version = "0.45.1" }
polars-lazy = { version = "0.45.1" }
rustpython-parser = { version = "0.4.0" }
thiserror = "2.0.6"
flate2 = { version = "1.0.35", features = ["zlib-rs"] }
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ build-backend = "maturin"

[project]
name = "filterx"
version = "0.3.3"
version = "0.3.4"
description = "A command line tool to filter data by using python-like syntax"
readme = "README.md"
requires-python = ">=3.8"
Expand Down
1 change: 0 additions & 1 deletion src/filterx_source/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ description = "The source library for filterx"
[dependencies]
flate2 = { workspace = true }
polars = { workspace = true }
polars-lazy = { workspace = true }
regex = { workspace = true }
filterx_core = { workspace = true }
clap = { workspace = true }
Expand Down

0 comments on commit 44e4cbd

Please sign in to comment.