This repository was archived by the owner on Nov 25, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +16
-4
lines changed Expand file tree Collapse file tree 4 files changed +16
-4
lines changed Original file line number Diff line number Diff line change @@ -10,9 +10,9 @@ edition = "2021"
1010license = " Apache-2.0"
1111readme = " README.md"
1212repository = " https://github.com/westonpace/substrait-expr"
13- version = " 0.2.3 "
13+ version = " 0.2.4 "
1414
1515[workspace .dependencies ]
16- substrait-expr-funcgen = { path = " ./substrait-expr-funcgen" , version = " 0.2.1 " }
17- substrait-expr-macros = { path = " ./substrait-expr-macros" , version = " 0.2.1 " }
16+ substrait-expr-funcgen = { path = " ./substrait-expr-funcgen" , version = " 0.2.4 " }
17+ substrait-expr-macros = { path = " ./substrait-expr-macros" , version = " 0.2.4 " }
1818substrait = { version = " 0.50.4" }
Original file line number Diff line number Diff line change @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66
77## [ Unreleased]
88
9+ ## [ 0.2.4] ( https://github.com/westonpace/substrait-expr/compare/substrait-expr-funcgen-v0.2.3...substrait-expr-funcgen-v0.2.4 ) - 2025-01-06
10+
11+ ### Other
12+
13+ - update Cargo.toml dependencies
14+
915## [ 0.2.1] ( https://github.com/westonpace/substrait-expr/compare/substrait-expr-funcgen-v0.2.0...substrait-expr-funcgen-v0.2.1 ) - 2024-04-08
1016
1117### Other
Original file line number Diff line number Diff line change @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66
77## [ Unreleased]
88
9+ ## [ 0.2.4] ( https://github.com/westonpace/substrait-expr/compare/substrait-expr-v0.2.3...substrait-expr-v0.2.4 ) - 2025-01-06
10+
11+ ### Other
12+
13+ - update Cargo.toml dependencies
14+
915## [ 0.2.1] ( https://github.com/westonpace/substrait-expr/compare/substrait-expr-v0.2.0...substrait-expr-v0.2.1 ) - 2024-04-08
1016
1117### Other
Original file line number Diff line number Diff line change @@ -25,4 +25,4 @@ prost = "0.13.3"
2525thiserror = " 2.0.3"
2626
2727[build-dependencies ]
28- substrait-expr-funcgen = { path = " ../substrait-expr-funcgen" , version = " 0.2.1 " }
28+ substrait-expr-funcgen = { path = " ../substrait-expr-funcgen" , version = " 0.2.4 " }
You can’t perform that action at this time.
0 commit comments