diff --git a/Cargo.lock b/Cargo.lock index 8dc156a35..a1b9518c1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2117,7 +2117,7 @@ dependencies = [ [[package]] name = "openstack_cli" -version = "0.9.1" +version = "0.9.2" dependencies = [ "assert_cmd", "bytes", @@ -2150,7 +2150,7 @@ dependencies = [ [[package]] name = "openstack_sdk" -version = "0.14.1" +version = "0.14.2" dependencies = [ "async-trait", "bincode", @@ -2196,7 +2196,7 @@ dependencies = [ [[package]] name = "openstack_tui" -version = "0.9.1" +version = "0.9.2" dependencies = [ "clap", "color-eyre", diff --git a/openstack_cli/CHANGELOG.md b/openstack_cli/CHANGELOG.md index d56308074..a0dbda16b 100644 --- a/openstack_cli/CHANGELOG.md +++ b/openstack_cli/CHANGELOG.md @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.9.2](https://github.com/gtema/openstack/compare/openstack_cli-v0.9.1...openstack_cli-v0.9.2) - 2024-11-25 + +### Other + +- update Cargo.lock dependencies + ## [0.9.1](https://github.com/gtema/openstack/compare/openstack_cli-v0.9.0...openstack_cli-v0.9.1) - 2024-11-22 ### Added diff --git a/openstack_cli/Cargo.toml b/openstack_cli/Cargo.toml index 012eaecf8..699e66bf0 100644 --- a/openstack_cli/Cargo.toml +++ b/openstack_cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "openstack_cli" -version = "0.9.1" +version = "0.9.2" authors = [ "Artem Goncharov (gtema)", ] diff --git a/openstack_sdk/CHANGELOG.md b/openstack_sdk/CHANGELOG.md index 8f9ad003d..7843e82a1 100644 --- a/openstack_sdk/CHANGELOG.md +++ b/openstack_sdk/CHANGELOG.md @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.14.2](https://github.com/gtema/openstack/compare/openstack_sdk-v0.14.1...openstack_sdk-v0.14.2) - 2024-11-25 + +### Other + +- update Cargo.lock dependencies + ## [0.14.1](https://github.com/gtema/openstack/compare/openstack_sdk-v0.14.0...openstack_sdk-v0.14.1) - 2024-11-22 ### Added diff --git a/openstack_sdk/Cargo.toml b/openstack_sdk/Cargo.toml index 577125b60..7bd82ea01 100644 --- a/openstack_sdk/Cargo.toml +++ b/openstack_sdk/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "openstack_sdk" description = "OpenStack SDK" -version = "0.14.1" +version = "0.14.2" keywords = ["api", "openstack"] categories = ["api-bindings"] authors = ["Artem Goncharov (gtema)"] diff --git a/openstack_tui/CHANGELOG.md b/openstack_tui/CHANGELOG.md index 9cdb7d6d3..9b8c2168d 100644 --- a/openstack_tui/CHANGELOG.md +++ b/openstack_tui/CHANGELOG.md @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.9.2](https://github.com/gtema/openstack/compare/openstack_tui-v0.9.1...openstack_tui-v0.9.2) - 2024-11-25 + +### Added + +- Add volume and image deletion ([#798](https://github.com/gtema/openstack/pull/798)) + ## [0.9.1](https://github.com/gtema/openstack/compare/openstack_tui-v0.9.0...openstack_tui-v0.9.1) - 2024-11-22 ### Added diff --git a/openstack_tui/Cargo.toml b/openstack_tui/Cargo.toml index 955e50213..8a23e537d 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.9.1" +version = "0.9.2" keywords = ["tui", "openstack"] categories = ["command-line-utilities"] authors = ["Artem Goncharov (gtema)"]