File tree Expand file tree Collapse file tree 5 files changed +43
-4
lines changed
Expand file tree Collapse file tree 5 files changed +43
-4
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 11[package ]
22name = " openstack_cli"
3- version = " 0.5.0 "
3+ version = " 0.5.1 "
44authors = [
55 " Artem Goncharov (gtema)" ,
66]
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 11[package ]
22name = " openstack_sdk"
33description = " OpenStack SDK"
4- version = " 0.5.0 "
4+ version = " 0.5.1 "
55keywords = [" api" , " openstack" ]
66categories = [" api-bindings" ]
77authors = [" Artem Goncharov (gtema)" ]
You can’t perform that action at this time.
0 commit comments