From 3c40075d2d2a888aa462bf3dd6c498a25dadd206 Mon Sep 17 00:00:00 2001 From: "gtema-release-plz[bot]" <160271069+gtema-release-plz[bot]@users.noreply.github.com> Date: Sat, 24 Jan 2026 14:44:12 +0000 Subject: [PATCH] chore: release --- Cargo.lock | 8 ++++---- openstack_cli/CHANGELOG.md | 7 +++++++ openstack_cli/Cargo.toml | 2 +- openstack_sdk/CHANGELOG.md | 7 +++++++ openstack_sdk/Cargo.toml | 2 +- openstack_tui/Cargo.toml | 2 +- openstack_types/CHANGELOG.md | 6 ++++++ openstack_types/Cargo.toml | 2 +- 8 files changed, 28 insertions(+), 8 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9e839edc0..38a8501ad 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2657,7 +2657,7 @@ dependencies = [ [[package]] name = "openstack_cli" -version = "0.13.5" +version = "0.13.6" dependencies = [ "assert_cmd", "base64 0.22.1", @@ -2700,7 +2700,7 @@ dependencies = [ [[package]] name = "openstack_sdk" -version = "0.22.5" +version = "0.22.6" dependencies = [ "async-trait", "base64 0.22.1", @@ -2750,7 +2750,7 @@ dependencies = [ [[package]] name = "openstack_tui" -version = "0.13.5" +version = "0.13.6" dependencies = [ "async-trait", "chrono", @@ -2790,7 +2790,7 @@ dependencies = [ [[package]] name = "openstack_types" -version = "0.22.5" +version = "0.22.6" dependencies = [ "chrono", "openstack_sdk", diff --git a/openstack_cli/CHANGELOG.md b/openstack_cli/CHANGELOG.md index 10c6e1957..380db71b3 100644 --- a/openstack_cli/CHANGELOG.md +++ b/openstack_cli/CHANGELOG.md @@ -6,6 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.13.6](https://github.com/gtema/openstack/compare/openstack_cli-v0.13.5...openstack_cli-v0.13.6) - 2026-01-24 + +### Other + +- Add trailing punctuation ([#1623](https://github.com/gtema/openstack/pull/1623)) +- Changes from Keystone webauthn api tests ([#1615](https://github.com/gtema/openstack/pull/1615)) + ## [0.13.5](https://github.com/gtema/openstack/compare/openstack_cli-v0.13.4...openstack_cli-v0.13.5) - 2026-01-17 ### Fixed diff --git a/openstack_cli/Cargo.toml b/openstack_cli/Cargo.toml index c7d06bd14..3739e58a2 100644 --- a/openstack_cli/Cargo.toml +++ b/openstack_cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "openstack_cli" -version = "0.13.5" +version = "0.13.6" authors = [ "Artem Goncharov (gtema)", ] diff --git a/openstack_sdk/CHANGELOG.md b/openstack_sdk/CHANGELOG.md index b07e9593a..1be4aa98e 100644 --- a/openstack_sdk/CHANGELOG.md +++ b/openstack_sdk/CHANGELOG.md @@ -6,6 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.22.6](https://github.com/gtema/openstack/compare/openstack_sdk-v0.22.5...openstack_sdk-v0.22.6) - 2026-01-24 + +### Other + +- Add trailing punctuation ([#1623](https://github.com/gtema/openstack/pull/1623)) +- Changes from Keystone webauthn api tests ([#1615](https://github.com/gtema/openstack/pull/1615)) + ## [0.22.5](https://github.com/gtema/openstack/compare/openstack_sdk-v0.22.4...openstack_sdk-v0.22.5) - 2026-01-17 ### Fixed diff --git a/openstack_sdk/Cargo.toml b/openstack_sdk/Cargo.toml index ef20dfd20..75e8879f4 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.5" +version = "0.22.6" keywords = ["api", "openstack"] categories = ["api-bindings"] authors = ["Artem Goncharov (gtema)"] diff --git a/openstack_tui/Cargo.toml b/openstack_tui/Cargo.toml index ab84512d3..3e064ebb6 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.5" +version = "0.13.6" keywords = ["tui", "openstack"] categories = ["command-line-utilities"] authors = ["Artem Goncharov (gtema)"] diff --git a/openstack_types/CHANGELOG.md b/openstack_types/CHANGELOG.md index dac3eb320..e6f2be38c 100644 --- a/openstack_types/CHANGELOG.md +++ b/openstack_types/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.22.6](https://github.com/gtema/openstack/compare/openstack_types-v0.22.5...openstack_types-v0.22.6) - 2026-01-24 + +### Other + +- Add trailing punctuation ([#1623](https://github.com/gtema/openstack/pull/1623)) + ## [0.22.4](https://github.com/gtema/openstack/compare/openstack_types-v0.22.3...openstack_types-v0.22.4) - 2026-01-16 ### Added diff --git a/openstack_types/Cargo.toml b/openstack_types/Cargo.toml index d8d874254..7b0cc88bc 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.5" +version = "0.22.6" keywords = ["api", "openstack"] categories = ["api-bindings"] authors = ["Artem Goncharov (gtema)"]