Skip to content

Commit

Permalink
chore(release): publish core
Browse files Browse the repository at this point in the history
  • Loading branch information
bot-gorules committed Jul 4, 2024
1 parent e452df3 commit 1716f63
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions core/engine/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ authors = ["GoRules Team <bot@gorules.io>"]
description = "Business rules engine"
name = "zen-engine"
license = "MIT"
version = "0.22.0"
version = "0.23.0"
edition = "2021"
repository = "https://github.com/gorules/zen.git"

Expand All @@ -25,8 +25,8 @@ fixedbitset = "0.4.2"
futures = { workspace = true }
rquickjs = { version = "0.4.3", features = ["macro", "loader", "rust-alloc"] }
itertools = { workspace = true }
zen-expression = { path = "../expression", version = "0.22.0" }
zen-tmpl = { path = "../template", version = "0.22.0" }
zen-expression = { path = "../expression", version = "0.23.0" }
zen-tmpl = { path = "../template", version = "0.23.0" }

[dev-dependencies]
tokio = { version = "1.37.0", features = ["rt", "macros"] }
Expand Down
2 changes: 1 addition & 1 deletion core/expression/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ authors = ["GoRules Team <bot@gorules.io>"]
description = "Zen Expression Language"
name = "zen-expression"
license = "MIT"
version = "0.22.0"
version = "0.23.0"
edition = "2021"
repository = "https://github.com/gorules/zen.git"

Expand Down
4 changes: 2 additions & 2 deletions core/expression_repl/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "expression_repl"
version = "0.22.0"
version = "0.23.0"
edition = "2021"
publish = false

Expand All @@ -10,5 +10,5 @@ publish = false
colored = "2.1.0"
rustyline = "14.0.0"
serde_json = { workspace = true }
zen-expression = { path = "../expression", version = "0.22.0" }
zen-expression = { path = "../expression", version = "0.23.0" }

4 changes: 2 additions & 2 deletions core/template/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ authors = ["GoRules Team <bot@gorules.io>"]
description = "Zen Template Language"
name = "zen-tmpl"
license = "MIT"
version = "0.22.0"
version = "0.23.0"
edition = "2021"
repository = "https://github.com/gorules/zen.git"

[dependencies]
zen-expression = { path = "../expression", version = "0.22.0" }
zen-expression = { path = "../expression", version = "0.23.0" }
itertools = { workspace = true }
thiserror = { workspace = true }
serde = { workspace = true }
Expand Down

0 comments on commit 1716f63

Please sign in to comment.