File tree Expand file tree Collapse file tree 7 files changed +30
-6
lines changed
Expand file tree Collapse file tree 7 files changed +30
-6
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66
77## [ Unreleased]
88
9+ ## [ 0.5.2] ( https://github.com/gtema/openstack/compare/openstack_cli-v0.5.1...openstack_cli-v0.5.2 ) - 2024-06-27
10+
11+ ### Added
12+ - * (ssl)* Add possibility to add custom root SSL ca ([ #293 ] ( https://github.com/gtema/openstack/pull/293 ) )
13+
14+ ### Fixed
15+ - Repair endpoint url construction for object ([ #295 ] ( https://github.com/gtema/openstack/pull/295 ) )
16+
17+ ### Other
18+ - * (cli)* Clarify the API command parameters ([ #294 ] ( https://github.com/gtema/openstack/pull/294 ) )
19+
920## [ 0.5.1] ( https://github.com/gtema/openstack/compare/openstack_cli-v0.5.0...openstack_cli-v0.5.1 ) - 2024-06-17
1021
1122### Added
Original file line number Diff line number Diff line change 11[package ]
22name = " openstack_cli"
3- version = " 0.5.1 "
3+ version = " 0.5.2 "
44authors = [
55 " Artem Goncharov (gtema)" ,
66]
Original file line number Diff line number Diff line change @@ -6,6 +6,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66
77## [ Unreleased]
88
9+ ## [ 0.5.2] ( https://github.com/gtema/openstack/compare/openstack_sdk-v0.5.1...openstack_sdk-v0.5.2 ) - 2024-06-27
10+
11+ ### Added
12+ - * (ssl)* Add possibility to add custom root SSL ca ([ #293 ] ( https://github.com/gtema/openstack/pull/293 ) )
13+
14+ ### Fixed
15+ - Repair endpoint url construction for object ([ #295 ] ( https://github.com/gtema/openstack/pull/295 ) )
16+
917## [ 0.5.1] ( https://github.com/gtema/openstack/compare/openstack_sdk-v0.5.0...openstack_sdk-v0.5.1 ) - 2024-06-17
1018
1119### Added
Original file line number Diff line number Diff line change 11[package ]
22name = " openstack_sdk"
33description = " OpenStack SDK"
4- version = " 0.5.1 "
4+ version = " 0.5.2 "
55keywords = [" api" , " openstack" ]
66categories = [" api-bindings" ]
77authors = [" Artem Goncharov (gtema)" ]
Original file line number Diff line number Diff line change @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66
77## [ Unreleased]
88
9+ ## [ 0.1.4] ( https://github.com/gtema/openstack/compare/structable_derive-v0.1.3...structable_derive-v0.1.4 ) - 2024-06-27
10+
11+ ### Fixed
12+ - Fix table output for empty data ([ #289 ] ( https://github.com/gtema/openstack/pull/289 ) )
13+
914## [ 0.1.3] ( https://github.com/gtema/openstack/compare/structable_derive-v0.1.2...structable_derive-v0.1.3 ) - 2024-03-15
1015
1116### Added
Original file line number Diff line number Diff line change 11[package ]
22name = " structable_derive"
3- version = " 0.1.3 "
3+ version = " 0.1.4 "
44authors = [" Artem Goncharov (gtema)" ]
55description = " A crate for 'serializing' structs as Vec<Vec<String>> tables"
66categories = [" command-line-interface" ]
You can’t perform that action at this time.
0 commit comments