diff --git a/Cargo.lock b/Cargo.lock index 2a2bd35ce..9e839edc0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2657,7 +2657,7 @@ dependencies = [ [[package]] name = "openstack_cli" -version = "0.13.4" +version = "0.13.5" dependencies = [ "assert_cmd", "base64 0.22.1", @@ -2700,7 +2700,7 @@ dependencies = [ [[package]] name = "openstack_sdk" -version = "0.22.4" +version = "0.22.5" dependencies = [ "async-trait", "base64 0.22.1", @@ -2750,7 +2750,7 @@ dependencies = [ [[package]] name = "openstack_tui" -version = "0.13.4" +version = "0.13.5" dependencies = [ "async-trait", "chrono", @@ -2790,7 +2790,7 @@ dependencies = [ [[package]] name = "openstack_types" -version = "0.22.4" +version = "0.22.5" dependencies = [ "chrono", "openstack_sdk", diff --git a/openstack_cli/CHANGELOG.md b/openstack_cli/CHANGELOG.md index 01de6f3fc..10c6e1957 100644 --- a/openstack_cli/CHANGELOG.md +++ b/openstack_cli/CHANGELOG.md @@ -6,6 +6,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.13.5](https://github.com/gtema/openstack/compare/openstack_cli-v0.13.4...openstack_cli-v0.13.5) - 2026-01-17 + +### Fixed + +- Ensure OS is considered for auth cache file ([#1613](https://github.com/gtema/openstack/pull/1613)) + +### Other + +- Fix passkey resource api version ([#1611](https://github.com/gtema/openstack/pull/1611)) + ## [0.13.4](https://github.com/gtema/openstack/compare/openstack_cli-v0.13.3...openstack_cli-v0.13.4) - 2026-01-16 ### Added diff --git a/openstack_cli/Cargo.toml b/openstack_cli/Cargo.toml index f20deddbb..c7d06bd14 100644 --- a/openstack_cli/Cargo.toml +++ b/openstack_cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "openstack_cli" -version = "0.13.4" +version = "0.13.5" authors = [ "Artem Goncharov (gtema)", ] diff --git a/openstack_sdk/CHANGELOG.md b/openstack_sdk/CHANGELOG.md index 5c79e2ffb..b07e9593a 100644 --- a/openstack_sdk/CHANGELOG.md +++ b/openstack_sdk/CHANGELOG.md @@ -6,6 +6,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.22.5](https://github.com/gtema/openstack/compare/openstack_sdk-v0.22.4...openstack_sdk-v0.22.5) - 2026-01-17 + +### Fixed + +- Ensure OS is considered for auth cache file ([#1613](https://github.com/gtema/openstack/pull/1613)) + +### Other + +- Fix passkey resource api version ([#1611](https://github.com/gtema/openstack/pull/1611)) + ## [0.22.4](https://github.com/gtema/openstack/compare/openstack_sdk-v0.22.3...openstack_sdk-v0.22.4) - 2026-01-16 ### Added diff --git a/openstack_sdk/Cargo.toml b/openstack_sdk/Cargo.toml index 6d31501c5..ef20dfd20 100644 --- a/openstack_sdk/Cargo.toml +++ b/openstack_sdk/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "openstack_sdk" description = "OpenStack SDK" -version = "0.22.4" +version = "0.22.5" keywords = ["api", "openstack"] categories = ["api-bindings"] authors = ["Artem Goncharov (gtema)"] diff --git a/openstack_tui/Cargo.toml b/openstack_tui/Cargo.toml index 99f43e0fb..ab84512d3 100644 --- a/openstack_tui/Cargo.toml +++ b/openstack_tui/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "openstack_tui" description = "OpenStack Terminal User interface" -version = "0.13.4" +version = "0.13.5" keywords = ["tui", "openstack"] categories = ["command-line-utilities"] authors = ["Artem Goncharov (gtema)"] diff --git a/openstack_types/Cargo.toml b/openstack_types/Cargo.toml index dedc539da..d8d874254 100644 --- a/openstack_types/Cargo.toml +++ b/openstack_types/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "openstack_types" description = "OpenStack API Types" -version = "0.22.4" +version = "0.22.5" keywords = ["api", "openstack"] categories = ["api-bindings"] authors = ["Artem Goncharov (gtema)"]