Skip to content

Commit 109e553

Browse files
chore: release (#438)
Co-authored-by: gtema-release-plz[bot] <160271069+gtema-release-plz[bot]@users.noreply.github.com>
1 parent 87ce781 commit 109e553

File tree

5 files changed

+31
-5
lines changed

5 files changed

+31
-5
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

openstack_cli/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [0.6.5](https://github.com/gtema/openstack/compare/openstack_cli-v0.6.4...openstack_cli-v0.6.5) - 2024-08-16
10+
11+
### Added
12+
- Enable network.rbac_policy ([#447](https://github.com/gtema/openstack/pull/447))
13+
- New generated content ([#444](https://github.com/gtema/openstack/pull/444))
14+
- New generated content ([#443](https://github.com/gtema/openstack/pull/443))
15+
- New generated content ([#424](https://github.com/gtema/openstack/pull/424))
16+
17+
### Fixed
18+
- Change condition in non-terminal data upload ([#422](https://github.com/gtema/openstack/pull/422))
19+
20+
### Other
21+
- *(deps)* Update dependencies ([#449](https://github.com/gtema/openstack/pull/449))
22+
- Remove unused code ([#445](https://github.com/gtema/openstack/pull/445))
23+
- Add Eq/PartialEq derives in some types ([#446](https://github.com/gtema/openstack/pull/446))
24+
925
## [0.6.4](https://github.com/gtema/openstack/compare/openstack_cli-v0.6.3...openstack_cli-v0.6.4) - 2024-08-01
1026

1127
### Added

openstack_cli/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "openstack_cli"
3-
version = "0.6.4"
3+
version = "0.6.5"
44
authors = [
55
"Artem Goncharov (gtema)",
66
]
@@ -49,7 +49,7 @@ dialoguer = {workspace = true}
4949
eyre = { version = "^0.6" }
5050
http = { workspace = true }
5151
json-patch = { workspace = true }
52-
openstack_sdk = { path="../openstack_sdk", version = "^0.8", default-features = false, features = ["async", "identity"] }
52+
openstack_sdk = { path="../openstack_sdk", version = "^0.9", default-features = false, features = ["async", "identity"] }
5353
indicatif = "^0.17"
5454
regex = "^1.10"
5555
reqwest = { workspace = true }

openstack_sdk/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [0.9.0](https://github.com/gtema/openstack/compare/openstack_sdk-v0.8.0...openstack_sdk-v0.9.0) - 2024-08-16
10+
11+
### Added
12+
- New generated content ([#444](https://github.com/gtema/openstack/pull/444))
13+
- New generated content ([#424](https://github.com/gtema/openstack/pull/424))
14+
15+
### Other
16+
- Add Eq/PartialEq derives in some types ([#446](https://github.com/gtema/openstack/pull/446))
17+
- Remove unused code ([#445](https://github.com/gtema/openstack/pull/445))
18+
919
## [0.8.0](https://github.com/gtema/openstack/compare/openstack_sdk-v0.7.0...openstack_sdk-v0.8.0) - 2024-08-01
1020

1121
### Added

openstack_sdk/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "openstack_sdk"
33
description = "OpenStack SDK"
4-
version = "0.8.0"
4+
version = "0.9.0"
55
keywords = ["api", "openstack"]
66
categories = ["api-bindings"]
77
authors = ["Artem Goncharov (gtema)"]

0 commit comments

Comments
 (0)