Skip to content

Commit 23b1121

Browse files
chore: release (#201)
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent a98a2c3 commit 23b1121

File tree

5 files changed

+43
-4
lines changed

5 files changed

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

77
## [Unreleased]
88

9+
## [0.5.1](https://github.com/gtema/openstack/compare/openstack_cli-v0.5.0...openstack_cli-v0.5.1) - 2024-06-17
10+
11+
### Added
12+
- *(sdk)* Add api version into RestEndpoint ([#241](https://github.com/gtema/openstack/pull/241))
13+
- Add domain commands implementation ([#233](https://github.com/gtema/openstack/pull/233))
14+
- *(cli)* Add support for patch method in `api` call ([#232](https://github.com/gtema/openstack/pull/232))
15+
- *(sdk)* Rework service catalog processing ([#225](https://github.com/gtema/openstack/pull/225))
16+
- *(sdk)* Add possibility to skip version discovery ([#227](https://github.com/gtema/openstack/pull/227))
17+
- *(sdk)* Use 'Endpoint' struct for endpoint overrides ([#216](https://github.com/gtema/openstack/pull/216))
18+
- *(sdk)* Start consuming service_authority ([#215](https://github.com/gtema/openstack/pull/215))
19+
- *(sdk)* Deduplicate endpoint construction method ([#214](https://github.com/gtema/openstack/pull/214))
20+
- *(sdk)* Add Endpoint struct ([#213](https://github.com/gtema/openstack/pull/213))
21+
- *(sdk)* Add service authority data ([#212](https://github.com/gtema/openstack/pull/212))
22+
23+
### Other
24+
- *(features)* Renerate code fixing sdk crate features ([#240](https://github.com/gtema/openstack/pull/240))
25+
- *(error)* Improve discovery error ([#237](https://github.com/gtema/openstack/pull/237))
26+
- *(sdk)* Get rid of anyhow in openstack_sdk ([#228](https://github.com/gtema/openstack/pull/228))
27+
- --- ([#211](https://github.com/gtema/openstack/pull/211))
28+
929
## [0.5.0](https://github.com/gtema/openstack/compare/openstack_cli-v0.4.0...openstack_cli-v0.5.0) - 2024-05-07
1030

1131
### Added

openstack_cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "openstack_cli"
3-
version = "0.5.0"
3+
version = "0.5.1"
44
authors = [
55
"Artem Goncharov (gtema)",
66
]

openstack_sdk/CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [0.5.1](https://github.com/gtema/openstack/compare/openstack_sdk-v0.5.0...openstack_sdk-v0.5.1) - 2024-06-17
10+
11+
### Added
12+
- *(sdk)* Add api version into RestEndpoint ([#241](https://github.com/gtema/openstack/pull/241))
13+
- Add domain commands implementation ([#233](https://github.com/gtema/openstack/pull/233))
14+
- *(sdk)* Add possibility to skip version discovery ([#227](https://github.com/gtema/openstack/pull/227))
15+
- *(sdk)* Rework service catalog processing ([#225](https://github.com/gtema/openstack/pull/225))
16+
- *(sdk)* Use 'Endpoint' struct for endpoint overrides ([#216](https://github.com/gtema/openstack/pull/216))
17+
- *(sdk)* Start consuming service_authority ([#215](https://github.com/gtema/openstack/pull/215))
18+
- *(sdk)* Deduplicate endpoint construction method ([#214](https://github.com/gtema/openstack/pull/214))
19+
- *(sdk)* Add Endpoint struct ([#213](https://github.com/gtema/openstack/pull/213))
20+
- *(sdk)* Add service authority data ([#212](https://github.com/gtema/openstack/pull/212))
21+
22+
### Other
23+
- *(features)* Renerate code fixing sdk crate features ([#240](https://github.com/gtema/openstack/pull/240))
24+
- *(error)* Improve discovery error ([#237](https://github.com/gtema/openstack/pull/237))
25+
- *(sdk)* Get rid of anyhow in openstack_sdk ([#228](https://github.com/gtema/openstack/pull/228))
26+
- --- ([#211](https://github.com/gtema/openstack/pull/211))
27+
928
## [0.5.0](https://github.com/gtema/openstack/compare/openstack_sdk-v0.4.0...openstack_sdk-v0.5.0) - 2024-05-07
1029

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

0 commit comments

Comments
 (0)