Skip to content

Commit

Permalink
chore: bump version to 0.2.11
Browse files Browse the repository at this point in the history
  • Loading branch information
dwpeng committed Nov 24, 2024
1 parent 19d17fc commit ec60843
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 13 deletions.
12 changes: 6 additions & 6 deletions Cargo.lock

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

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

[workspace.package]
authors = ["dwpeng"]
version = "0.2.10"
version = "0.2.11"
edition = "2021"
description = "A simple command line tool to filter data by using python-like syntax"
license = "MIT"
repository = "https://github.com/dwpeng/filterx"
homepage = "https://github.com/dwpeng/filterx"
exclude = ["spec/", "docs/"]
readme = "README.md"

[workspace.dependencies]
filterx = { path = "src/filterx", version = "0.2.10" }
filterx_core = { path = "src/filterx_core", version = "0.2.10" }
filterx_engine = { path = "src/filterx_engine", version = "0.2.10" }
filterx_source = { path = "src/filterx_source", version = "0.2.10" }
filterx_info = { path = "src/filterx_info", version = "0.2.10" }
filterx = { path = "src/filterx", version = "0.2.11" }
filterx_core = { path = "src/filterx_core", version = "0.2.11" }
filterx_engine = { path = "src/filterx_engine", version = "0.2.11" }
filterx_source = { path = "src/filterx_source", version = "0.2.11" }
filterx_info = { path = "src/filterx_info", version = "0.2.11" }
anyhow = "1.0.89"
clap = { version = "4.5.17", features = ["derive"] }
polars = { version = "0.44.2", default-features = false, features = [
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.2.10"
version = "0.2.11"
description = "A simple command line tool to filter data by using python-like syntax"
readme = "README.md"
requires-python = ">=3.8"
Expand Down
1 change: 1 addition & 0 deletions src/filterx/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ license = { workspace = true }
repository = { workspace = true }
edition = { workspace = true }
description = { workspace = true }
readme = { workspace = true }

[dependencies]
clap = { workspace = true }
Expand Down

0 comments on commit ec60843

Please sign in to comment.