Skip to content

Commit 44e4cbd

Browse files
committed
update: bump version to 0.3.4
1 parent 314ced3 commit 44e4cbd

File tree

4 files changed

+12
-15
lines changed

4 files changed

+12
-15
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ members = [
1010

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

2222
[workspace.dependencies]
23-
filterx = { path = "src/filterx", version = "0.3.3" }
24-
filterx_core = { path = "src/filterx_core", version = "0.3.3" }
25-
filterx_engine = { path = "src/filterx_engine", version = "0.3.3" }
26-
filterx_source = { path = "src/filterx_source", version = "0.3.3" }
27-
filterx_info = { path = "src/filterx_info", version = "0.3.3" }
23+
filterx = { path = "src/filterx", version = "0.3.4" }
24+
filterx_core = { path = "src/filterx_core", version = "0.3.4" }
25+
filterx_engine = { path = "src/filterx_engine", version = "0.3.4" }
26+
filterx_source = { path = "src/filterx_source", version = "0.3.4" }
27+
filterx_info = { path = "src/filterx_info", version = "0.3.4" }
2828
anyhow = "1.0.94"
2929
clap = { version = "4.5.17", features = ["derive"] }
3030
polars = { version = "0.45.1", default-features = false, features = [
@@ -56,7 +56,6 @@ polars = { version = "0.45.1", default-features = false, features = [
5656
"is_in",
5757
] }
5858
polars-arrow = { version = "0.45.1" }
59-
polars-lazy = { version = "0.45.1" }
6059
rustpython-parser = { version = "0.4.0" }
6160
thiserror = "2.0.6"
6261
flate2 = { version = "1.0.35", features = ["zlib-rs"] }

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build-backend = "maturin"
55

66
[project]
77
name = "filterx"
8-
version = "0.3.3"
8+
version = "0.3.4"
99
description = "A command line tool to filter data by using python-like syntax"
1010
readme = "README.md"
1111
requires-python = ">=3.8"

src/filterx_source/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ description = "The source library for filterx"
1212
[dependencies]
1313
flate2 = { workspace = true }
1414
polars = { workspace = true }
15-
polars-lazy = { workspace = true }
1615
regex = { workspace = true }
1716
filterx_core = { workspace = true }
1817
clap = { workspace = true }

0 commit comments

Comments
 (0)