Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 11 additions & 10 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
{
"core/engine": "1.0.0-beta.0",
"core/expression": "1.0.0-beta.0",
"core/types": "1.0.0-beta.0",
"core/template": "1.0.0-beta.0",
"core/macros": "1.0.0-beta.0",
"bindings/nodejs": "1.0.0-beta.0",
"bindings/python": "1.0.0-beta.0",
"bindings/uniffi": "1.0.0-beta.0",
"bindings/c": "1.0.0-beta.0",
"benchmark/rust": "0.0.1"
"core/engine": "1.0.0-beta.1",
"core/expression": "1.0.0-beta.1",
"core/types": "1.0.0-beta.1",
"core/template": "1.0.0-beta.1",
"core/macros": "1.0.0-beta.1",
"bindings/nodejs": "1.0.1-beta.0",
"bindings/python": "1.0.1-beta.0",
"bindings/uniffi": "1.0.1-beta.0",
"bindings/c": "1.0.1-beta.0",
"benchmark/rust": "0.0.2",
"core/expression_repl": "1.0.1-beta.0"
}
22 changes: 11 additions & 11 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion benchmark/rust/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "zen-benchmark"
version = "0.0.1"
version = "0.0.2"
edition = "2021"
publish = false

Expand Down
2 changes: 2 additions & 0 deletions bindings/c/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Changelog

## [1.0.1-beta.0](https://github.com/gorules/zen/compare/go-v1.0.0-beta.0...go-v1.0.1-beta.0) (2026-06-25)

## [1.0.0-beta.0](https://github.com/gorules/zen/compare/go-v0.20.0...go-v1.0.0-beta.0) (2026-06-25)


Expand Down
2 changes: 1 addition & 1 deletion bindings/c/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "zen-ffi"
version = "1.0.0-beta.0"
version = "1.0.1-beta.0"
edition = "2021"
license = "MIT"
publish = false
Expand Down
2 changes: 2 additions & 0 deletions bindings/nodejs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Changelog

## [1.0.1-beta.0](https://github.com/gorules/zen/compare/nodejs-v1.0.0-beta.0...nodejs-v1.0.1-beta.0) (2026-06-25)

## [1.0.0-beta.0](https://github.com/gorules/zen/compare/nodejs-v0.54.0...nodejs-v1.0.0-beta.0) (2026-06-25)


Expand Down
2 changes: 1 addition & 1 deletion bindings/nodejs/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "zen-nodejs"
version = "1.0.0-beta.0"
version = "1.0.1-beta.0"
edition = "2021"
license = "MIT"
publish = false
Expand Down
2 changes: 1 addition & 1 deletion bindings/nodejs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gorules/zen-engine",
"version": "1.0.0-beta.0",
"version": "1.0.1-beta.0",
"main": "index.js",
"browser": "browser.js",
"types": "./index.d.ts",
Expand Down
2 changes: 2 additions & 0 deletions bindings/python/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Changelog

## [1.0.1-beta.0](https://github.com/gorules/zen/compare/python-v1.0.0-beta.0...python-v1.0.1-beta.0) (2026-06-25)

## [1.0.0-beta.0](https://github.com/gorules/zen/compare/python-v0.53.0...python-v1.0.0-beta.0) (2026-06-25)


Expand Down
2 changes: 1 addition & 1 deletion bindings/python/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "zen-python"
version = "1.0.0-beta.0"
version = "1.0.1-beta.0"
edition = "2021"
license = "MIT"
publish = false
Expand Down
2 changes: 2 additions & 0 deletions bindings/uniffi/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Changelog

## [1.0.1-beta.0](https://github.com/gorules/zen/compare/uniffi-v1.0.0-beta.0...uniffi-v1.0.1-beta.0) (2026-06-25)

## [1.0.0-beta.0](https://github.com/gorules/zen/compare/uniffi-v0.7.2...uniffi-v1.0.0-beta.0) (2026-06-25)


Expand Down
2 changes: 1 addition & 1 deletion bindings/uniffi/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "zen-uniffi"
version = "1.0.0-beta.0"
version = "1.0.1-beta.0"
edition = "2024"
license = "MIT"
publish = false
Expand Down
16 changes: 16 additions & 0 deletions core/engine/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## [1.0.0-beta.1](https://github.com/gorules/zen/compare/zen-engine-v1.0.0-beta.0...zen-engine-v1.0.0-beta.1) (2026-06-25)


### Bug Fixes

* switch releases to tag based workflow triggers ([#465](https://github.com/gorules/zen/issues/465)) ([bb53a52](https://github.com/gorules/zen/commit/bb53a5298fc6e419052c6ab1f36b8839aa20f3fb))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* zen-types bumped from 1.0.0-beta.0 to 1.0.0-beta.1
* zen-expression bumped from 1.0.0-beta.0 to 1.0.0-beta.1
* zen-tmpl bumped from 1.0.0-beta.0 to 1.0.0-beta.1

## [1.0.0-beta.0](https://github.com/gorules/zen/compare/zen-engine-v0.55.1...zen-engine-v1.0.0-beta.0) (2026-06-25)


Expand Down
8 changes: 4 additions & 4 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 = "1.0.0-beta.0"
version = "1.0.0-beta.1"
edition = "2021"
repository = "https://github.com/gorules/zen.git"

Expand All @@ -26,9 +26,9 @@ rust_decimal = { workspace = true, features = ["maths-nopanic"] }
fixedbitset = "0.5"
tokio = { workspace = true, features = ["sync", "time"] }
rquickjs = { version = "0.10", features = ["macro", "loader", "rust-alloc", "futures", "either", "properties"] }
zen-types = { path = "../types", version = "1.0.0-beta.0" }
zen-expression = { path = "../expression", version = "1.0.0-beta.0" }
zen-tmpl = { path = "../template", version = "1.0.0-beta.0" }
zen-types = { path = "../types", version = "1.0.0-beta.1" }
zen-expression = { path = "../expression", version = "1.0.0-beta.1" }
zen-tmpl = { path = "../template", version = "1.0.0-beta.1" }
nohash-hasher = { workspace = true }
downcast-rs = { version = "2.0", features = ["std", "sync"] }
arc-swap = "1"
Expand Down
15 changes: 15 additions & 0 deletions core/expression/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## [1.0.0-beta.1](https://github.com/gorules/zen/compare/zen-expression-v1.0.0-beta.0...zen-expression-v1.0.0-beta.1) (2026-06-25)


### Miscellaneous

* **zen-expression:** Synchronize core versions


### Dependencies

* The following workspace dependencies were updated
* dependencies
* zen-macros bumped from 1.0.0-beta.0 to 1.0.0-beta.1
* zen-types bumped from 1.0.0-beta.0 to 1.0.0-beta.1

## [1.0.0-beta.0](https://github.com/gorules/zen/compare/zen-expression-v0.55.1...zen-expression-v1.0.0-beta.0) (2026-06-25)


Expand Down
6 changes: 3 additions & 3 deletions 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 = "1.0.0-beta.0"
version = "1.0.0-beta.1"
edition = "2021"
repository = "https://github.com/gorules/zen.git"

Expand All @@ -29,8 +29,8 @@ nohash-hasher = { workspace = true }
strsim = "0.11"
iana-time-zone = "0.1"

zen-macros = { path = "../macros", version = "1.0.0-beta.0" }
zen-types = { path = "../types", version = "1.0.0-beta.0" }
zen-macros = { path = "../macros", version = "1.0.0-beta.1" }
zen-types = { path = "../types", version = "1.0.0-beta.1" }

[dev-dependencies]
criterion = { workspace = true }
Expand Down
4 changes: 4 additions & 0 deletions core/expression_repl/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

* The following workspace dependencies were updated
* dependencies
* zen-expression bumped from 1.0.0-beta.0 to 1.0.0-beta.1

## [1.0.0-beta.0](https://github.com/gorules/zen/compare/expression_repl-v0.55.1...expression_repl-v1.0.0-beta.0) (2026-06-25)


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 = "1.0.0-beta.0"
version = "1.0.1-beta.0"
edition = "2021"
publish = false

Expand All @@ -10,5 +10,5 @@ publish = false
colored = "3"
rustyline = "15"
serde_json = { workspace = true }
zen-expression = { path = "../expression", version = "1.0.0-beta.0" }
zen-expression = { path = "../expression", version = "1.0.0-beta.1" }

7 changes: 7 additions & 0 deletions core/macros/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.0.0-beta.1](https://github.com/gorules/zen/compare/zen-macros-v1.0.0-beta.0...zen-macros-v1.0.0-beta.1) (2026-06-25)


### Miscellaneous

* **zen-macros:** Synchronize core versions

## [1.0.0-beta.0](https://github.com/gorules/zen/compare/zen-macros-v0.55.1...zen-macros-v1.0.0-beta.0) (2026-06-25)


Expand Down
2 changes: 1 addition & 1 deletion core/macros/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "zen-macros"
description = "Zen Helper Macros"
version = "1.0.0-beta.0"
version = "1.0.0-beta.1"
edition = "2024"
license = "MIT"

Expand Down
14 changes: 14 additions & 0 deletions core/template/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [1.0.0-beta.1](https://github.com/gorules/zen/compare/zen-tmpl-v1.0.0-beta.0...zen-tmpl-v1.0.0-beta.1) (2026-06-25)


### Miscellaneous

* **zen-tmpl:** Synchronize core versions


### Dependencies

* The following workspace dependencies were updated
* dependencies
* zen-expression bumped from 1.0.0-beta.0 to 1.0.0-beta.1

## [1.0.0-beta.0](https://github.com/gorules/zen/compare/zen-tmpl-v0.55.1...zen-tmpl-v1.0.0-beta.0) (2026-06-25)


Expand Down
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 = "1.0.0-beta.0"
version = "1.0.0-beta.1"
edition = "2021"
repository = "https://github.com/gorules/zen.git"

[dependencies]
zen-expression = { path = "../expression", version = "1.0.0-beta.0" }
zen-expression = { path = "../expression", version = "1.0.0-beta.1" }
thiserror = { workspace = true }
serde = { workspace = true }
serde_json = { workspace = true }
Expand Down
7 changes: 7 additions & 0 deletions core/types/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.0.0-beta.1](https://github.com/gorules/zen/compare/zen-types-v1.0.0-beta.0...zen-types-v1.0.0-beta.1) (2026-06-25)


### Miscellaneous

* **zen-types:** Synchronize core versions

## [1.0.0-beta.0](https://github.com/gorules/zen/compare/zen-types-v0.55.1...zen-types-v1.0.0-beta.0) (2026-06-25)


Expand Down
2 changes: 1 addition & 1 deletion core/types/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "zen-types"
description = "Zen Core Types"
version = "1.0.0-beta.0"
version = "1.0.0-beta.1"
edition = "2024"
license = "MIT"

Expand Down
Loading