Skip to content
Open
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
4 changes: 2 additions & 2 deletions Cargo.lock

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

7 changes: 7 additions & 0 deletions crates/openjd-cli/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-cli-v0.1.4...openjd-cli-v0.1.5) - 2026-06-10

### Miscellaneous

- Updated the following local packages: openjd-sessions


## [0.1.4](https://github.com/OpenJobDescription/openjd-rs/compare/openjd-cli-v0.1.3...openjd-cli-v0.1.4) - 2026-05-28

### Miscellaneous
Expand Down
4 changes: 2 additions & 2 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.4"
version = "0.1.5"
edition.workspace = true
license.workspace = true
rust-version.workspace = true
Expand All @@ -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 }
Expand Down
7 changes: 7 additions & 0 deletions crates/openjd-sessions/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.2.4](https://github.com/OpenJobDescription/openjd-rs/compare/openjd-sessions-v0.2.3...openjd-sessions-v0.2.4) - 2026-06-10

### 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
Expand Down
2 changes: 1 addition & 1 deletion 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.2.3"
version = "0.2.4"
edition.workspace = true
license.workspace = true
rust-version.workspace = true
Expand Down