Skip to content

Commit

Permalink
update: bump version to 0.3.5 for all packages
Browse files Browse the repository at this point in the history
  • Loading branch information
dwpeng committed Jan 10, 2025
1 parent c437664 commit 25eee0e
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
10 changes: 5 additions & 5 deletions Cargo.lock

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

12 changes: 6 additions & 6 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.4"
version = "0.3.5"
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.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" }
filterx = { path = "src/filterx", version = "0.3.5" }
filterx_core = { path = "src/filterx_core", version = "0.3.5" }
filterx_engine = { path = "src/filterx_engine", version = "0.3.5" }
filterx_source = { path = "src/filterx_source", version = "0.3.5" }
filterx_info = { path = "src/filterx_info", version = "0.3.5" }
anyhow = "1.0.94"
clap = { version = "4.5.17", features = ["derive"] }
polars = { version = "0.45.1", 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.3.4"
version = "0.3.5"
description = "A command line tool to filter data by using python-like syntax"
readme = "README.md"
requires-python = ">=3.8"
Expand Down

0 comments on commit 25eee0e

Please sign in to comment.