diff --git a/Cargo.lock b/Cargo.lock index 8a20eae7..8376c36a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2168,7 +2168,7 @@ checksum = "384b8ab6d37215f3c5301a95a4accb5d64aa607f1fcb26a11b5303878451b4fe" [[package]] name = "openjd-cli" -version = "0.1.4" +version = "0.1.5" dependencies = [ "chrono", "clap", @@ -2201,7 +2201,7 @@ dependencies = [ [[package]] name = "openjd-for-js" -version = "0.1.2" +version = "0.1.3" dependencies = [ "js-sys", "openjd-expr", @@ -2229,7 +2229,7 @@ dependencies = [ [[package]] name = "openjd-sessions" -version = "0.2.3" +version = "0.2.4" dependencies = [ "bitflags", "futures-util", @@ -2256,7 +2256,7 @@ dependencies = [ [[package]] name = "openjd-snapshots" -version = "0.1.2" +version = "0.1.3" dependencies = [ "async-trait", "aws-config", diff --git a/Cargo.toml b/Cargo.toml index b5081aa2..53a9aea9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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.2" +version = "0.1.3" edition = "2021" license = "(Apache-2.0 OR MIT)" repository = "https://github.com/OpenJobDescription/openjd-rs" diff --git a/crates/openjd-cli/CHANGELOG.md b/crates/openjd-cli/CHANGELOG.md index f21705fb..d8523746 100644 --- a/crates/openjd-cli/CHANGELOG.md +++ b/crates/openjd-cli/CHANGELOG.md @@ -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-cli-v0.1.4...openjd-cli-v0.1.5) - 2026-06-17 + +### Miscellaneous + +- Update Cargo.lock dependencies + + ## [0.1.4](https://github.com/OpenJobDescription/openjd-rs/compare/openjd-cli-v0.1.3...openjd-cli-v0.1.4) - 2026-05-28 ### Miscellaneous diff --git a/crates/openjd-cli/Cargo.toml b/crates/openjd-cli/Cargo.toml index c4d38fc0..a737be87 100644 --- a/crates/openjd-cli/Cargo.toml +++ b/crates/openjd-cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "openjd-cli" -version = "0.1.4" +version = "0.1.5" edition.workspace = true license.workspace = true rust-version.workspace = true @@ -19,7 +19,7 @@ path = "src/main.rs" [dependencies] openjd-expr = { path = "../openjd-expr", version = "0.1.2" } openjd-model = { path = "../openjd-model", version = "0.2.1" } -openjd-sessions = { path = "../openjd-sessions", version = "0.2.3" } +openjd-sessions = { path = "../openjd-sessions", version = "0.2.4" } clap = { workspace = true } serde = { workspace = true } serde_json = { workspace = true } diff --git a/crates/openjd-sessions/CHANGELOG.md b/crates/openjd-sessions/CHANGELOG.md index fc4db4d5..239a4b65 100644 --- a/crates/openjd-sessions/CHANGELOG.md +++ b/crates/openjd-sessions/CHANGELOG.md @@ -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.2.4](https://github.com/OpenJobDescription/openjd-rs/compare/openjd-sessions-v0.2.3...openjd-sessions-v0.2.4) - 2026-06-17 + +### Features + +- Add support for domain users ([#219](https://github.com/OpenJobDescription/openjd-rs/pull/219)) + + ## [0.2.3](https://github.com/OpenJobDescription/openjd-rs/compare/openjd-sessions-v0.2.2...openjd-sessions-v0.2.3) - 2026-05-28 ### Bug fixes diff --git a/crates/openjd-sessions/Cargo.toml b/crates/openjd-sessions/Cargo.toml index 81f8d712..a82d7f23 100644 --- a/crates/openjd-sessions/Cargo.toml +++ b/crates/openjd-sessions/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "openjd-sessions" -version = "0.2.3" +version = "0.2.4" edition.workspace = true license.workspace = true rust-version.workspace = true diff --git a/crates/openjd-snapshots/CHANGELOG.md b/crates/openjd-snapshots/CHANGELOG.md index 1c549efe..91552b58 100644 --- a/crates/openjd-snapshots/CHANGELOG.md +++ b/crates/openjd-snapshots/CHANGELOG.md @@ -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.3](https://github.com/OpenJobDescription/openjd-rs/compare/openjd-snapshots-v0.1.2...openjd-snapshots-v0.1.3) - 2026-06-17 + +### Miscellaneous + +- Update Cargo.lock dependencies + + ## [0.1.2](https://github.com/OpenJobDescription/openjd-rs/compare/openjd-snapshots-v0.1.1...openjd-snapshots-v0.1.2) - 2026-05-28 ### Miscellaneous