Skip to content

Commit 3d00f28

Browse files
chore: release (#307)
Co-authored-by: gtema-release-plz[bot] <160271069+gtema-release-plz[bot]@users.noreply.github.com>
1 parent bfc4ac7 commit 3d00f28

File tree

5 files changed

+32
-5
lines changed

5 files changed

+32
-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: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [0.6.0](https://github.com/gtema/openstack/compare/openstack_cli-v0.5.2...openstack_cli-v0.6.0) - 2024-07-05
10+
11+
### Added
12+
- Allow overriding project in cli ([#313](https://github.com/gtema/openstack/pull/313))
13+
- Allow skipping SSL verification ([#309](https://github.com/gtema/openstack/pull/309))
14+
15+
### Fixed
16+
- *(openstack_cli)* Check `api` content carefully ([#314](https://github.com/gtema/openstack/pull/314))
17+
- *(pagination)* Address new cornercase in pagination ([#312](https://github.com/gtema/openstack/pull/312))
18+
- *(auth)* Deal with InvalidPort in discovery doc ([#311](https://github.com/gtema/openstack/pull/311))
19+
20+
### Other
21+
- Absent state file is not a warning ([#315](https://github.com/gtema/openstack/pull/315))
22+
923
## [0.5.2](https://github.com/gtema/openstack/compare/openstack_cli-v0.5.1...openstack_cli-v0.5.2) - 2024-06-27
1024

1125
### 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.5.2"
3+
version = "0.6.0"
44
authors = [
55
"Artem Goncharov (gtema)",
66
]
@@ -48,7 +48,7 @@ cli-table = "^0.4"
4848
dialoguer = {workspace = true}
4949
http = { workspace = true }
5050
json-patch = { workspace = true }
51-
openstack_sdk = { path="../openstack_sdk", version = "^0.5", default-features = false, features = ["async", "identity"] }
51+
openstack_sdk = { path="../openstack_sdk", version = "^0.6", default-features = false, features = ["async", "identity"] }
5252
indicatif = "^0.17"
5353
regex = "^1.10"
5454
reqwest = { workspace = true }

openstack_sdk/CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [0.6.0](https://github.com/gtema/openstack/compare/openstack_sdk-v0.5.2...openstack_sdk-v0.6.0) - 2024-07-05
10+
11+
### Added
12+
- Allow overriding project in cli ([#313](https://github.com/gtema/openstack/pull/313))
13+
- Allow skipping SSL verification ([#309](https://github.com/gtema/openstack/pull/309))
14+
15+
### Fixed
16+
- *(pagination)* Address new cornercase in pagination ([#312](https://github.com/gtema/openstack/pull/312))
17+
- *(auth)* Deal with InvalidPort in discovery doc ([#311](https://github.com/gtema/openstack/pull/311))
18+
19+
### Other
20+
- Absent state file is not a warning ([#315](https://github.com/gtema/openstack/pull/315))
21+
922
## [0.5.2](https://github.com/gtema/openstack/compare/openstack_sdk-v0.5.1...openstack_sdk-v0.5.2) - 2024-06-27
1023

1124
### 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.5.2"
4+
version = "0.6.0"
55
keywords = ["api", "openstack"]
66
categories = ["api-bindings"]
77
authors = ["Artem Goncharov (gtema)"]

0 commit comments

Comments
 (0)