Skip to content
Merged
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
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.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ resolver = "2"
# the workspace version below as a convenience β€” it has `publish = false` so
# the version number is not meaningful on npm.
[workspace.package]
version = "0.1.4"
version = "0.1.5"
edition = "2021"
license = "(Apache-2.0 OR MIT)"
repository = "https://github.com/OpenJobDescription/openjd-rs"
Expand Down
7 changes: 7 additions & 0 deletions crates/openjd-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ All notable changes to this crate are documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.1.8](https://github.com/OpenJobDescription/openjd-rs/compare/openjd-cli-v0.1.7...openjd-cli-v0.1.8) - 2026-07-22

### Bug fixes

- Close top three RFC 0008 wrap-action review gaps ([#265](https://github.com/OpenJobDescription/openjd-rs/pull/265))


## [0.1.6](https://github.com/OpenJobDescription/openjd-rs/compare/openjd-cli-v0.1.5...openjd-cli-v0.1.6) - 2026-07-02

### Miscellaneous
Expand Down
8 changes: 4 additions & 4 deletions crates/openjd-cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "openjd-cli"
version = "0.1.7"
version = "0.1.8"
edition.workspace = true
license.workspace = true
rust-version.workspace = true
Expand All @@ -17,9 +17,9 @@ name = "openjd"
path = "src/main.rs"

[dependencies]
openjd-expr = { path = "../openjd-expr", version = "0.2.0" }
openjd-model = { path = "../openjd-model", version = "0.3.1" }
openjd-sessions = { path = "../openjd-sessions", version = "0.3.2" }
openjd-expr = { path = "../openjd-expr", version = "0.2.1" }
openjd-model = { path = "../openjd-model", version = "0.4.0" }
openjd-sessions = { path = "../openjd-sessions", version = "0.4.0" }
clap = { workspace = true }
serde = { workspace = true }
serde_json = { workspace = true }
Expand Down
7 changes: 7 additions & 0 deletions crates/openjd-expr/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ All notable changes to this crate are documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [0.2.1](https://github.com/OpenJobDescription/openjd-rs/compare/openjd-expr-v0.2.0...openjd-expr-v0.2.1) - 2026-07-22

### Bug fixes

- Harden arithmetic against overflow, saturation, and unbudgeted allocation ([#272](https://github.com/OpenJobDescription/openjd-rs/pull/272))


## [0.2.0](https://github.com/OpenJobDescription/openjd-rs/compare/openjd-expr-v0.1.2...openjd-expr-v0.2.0) - 2026-07-15

### Bug fixes
Expand Down
2 changes: 1 addition & 1 deletion crates/openjd-expr/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "openjd-expr"
version = "0.2.0"
version = "0.2.1"
edition.workspace = true
license.workspace = true
rust-version.workspace = true
Expand Down
4 changes: 2 additions & 2 deletions crates/openjd-for-js/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ publish = false
crate-type = ["cdylib", "rlib"]

[dependencies]
openjd-model = { path = "../openjd-model", version = "0.3.1" }
openjd-expr = { path = "../openjd-expr", version = "0.2.0" }
openjd-model = { path = "../openjd-model", version = "0.4.0" }
openjd-expr = { path = "../openjd-expr", version = "0.2.1" }
wasm-bindgen = "0.2"
serde = { workspace = true }
serde_json = { workspace = true }
Expand Down
13 changes: 13 additions & 0 deletions crates/openjd-model/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,19 @@ All notable changes to this crate are documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [0.4.0](https://github.com/OpenJobDescription/openjd-rs/compare/openjd-model-v0.3.1...openjd-model-v0.4.0) - 2026-07-22

### Bug fixes

- Close top three RFC 0008 wrap-action review gaps ([#265](https://github.com/OpenJobDescription/openjd-rs/pull/265))

- Address post-merge review comments on PR #261 ([#264](https://github.com/OpenJobDescription/openjd-rs/pull/264))

- Forward WrappedAction.Cancelation.* to wrap hooks

- [**breaking**] Cancel handle, setup-failure reporting, plain filename, let scope


## [0.3.1](https://github.com/OpenJobDescription/openjd-rs/compare/openjd-model-v0.3.0...openjd-model-v0.3.1) - 2026-07-15

### Bug fixes
Expand Down
4 changes: 2 additions & 2 deletions crates/openjd-model/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "openjd-model"
version = "0.3.1"
version = "0.4.0"
edition.workspace = true
license.workspace = true
rust-version.workspace = true
Expand All @@ -13,7 +13,7 @@ keywords = ["openjd", "openjobdescription", "job-template", "yaml", "validation"
categories = ["parser-implementations", "data-structures"]

[dependencies]
openjd-expr = { path = "../openjd-expr", version = "0.2.0" }
openjd-expr = { path = "../openjd-expr", version = "0.2.1" }
indexmap = { version = "2", features = ["serde"] }
serde = { workspace = true }
serde_json = { workspace = true }
Expand Down
15 changes: 15 additions & 0 deletions crates/openjd-sessions/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,21 @@ All notable changes to this crate are documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.4.0](https://github.com/OpenJobDescription/openjd-rs/compare/openjd-sessions-v0.3.2...openjd-sessions-v0.4.0) - 2026-07-22

### Bug fixes

- Close top three RFC 0008 wrap-action review gaps ([#265](https://github.com/OpenJobDescription/openjd-rs/pull/265))

- Address post-merge review comments on PR #261 ([#264](https://github.com/OpenJobDescription/openjd-rs/pull/264))

- Cap helper cancel notify period at the action's declared terminate_delay ([#258](https://github.com/OpenJobDescription/openjd-rs/pull/258))

- Forward WrappedAction.Cancelation.* to wrap hooks

- [**breaking**] Cancel handle, setup-failure reporting, plain filename, let scope


## [0.3.2](https://github.com/OpenJobDescription/openjd-rs/compare/openjd-sessions-v0.3.1...openjd-sessions-v0.3.2) - 2026-07-15

### Bug fixes
Expand Down
6 changes: 3 additions & 3 deletions crates/openjd-sessions/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "openjd-sessions"
version = "0.3.2"
version = "0.4.0"
edition.workspace = true
license.workspace = true
rust-version.workspace = true
Expand All @@ -25,8 +25,8 @@ build = "build.rs"
test-utils = []

[dependencies]
openjd-expr = { path = "../openjd-expr", version = "0.2.0" }
openjd-model = { path = "../openjd-model", version = "0.3.1" }
openjd-expr = { path = "../openjd-expr", version = "0.2.1" }
openjd-model = { path = "../openjd-model", version = "0.4.0" }
regex = { workspace = true }
serde = { workspace = true }
serde_json = { workspace = true }
Expand Down
7 changes: 7 additions & 0 deletions crates/openjd-snapshots/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ All notable changes to this crate are documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [0.1.5](https://github.com/OpenJobDescription/openjd-rs/compare/openjd-snapshots-v0.1.4...openjd-snapshots-v0.1.5) - 2026-07-22

### Miscellaneous

- Update Cargo.lock dependencies


## [0.1.4](https://github.com/OpenJobDescription/openjd-rs/compare/openjd-snapshots-v0.1.3...openjd-snapshots-v0.1.4) - 2026-07-15

### Bug fixes
Expand Down
Loading