File tree Expand file tree Collapse file tree 9 files changed +74
-8
lines changed
Expand file tree Collapse file tree 9 files changed +74
-8
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,29 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66
77## [ Unreleased]
88
9+ ## [ 0.13.3] ( https://github.com/gtema/openstack/compare/openstack_cli-v0.13.2...openstack_cli-v0.13.3 ) - 2025-11-19
10+
11+ ### Added
12+
13+ - Complete removing ` unwrap ` and ` expect ` use ([ #1516 ] ( https://github.com/gtema/openstack/pull/1516 ) )
14+ - No ` unwrap ` and ` expect ` in generated code ([ #1511 ] ( https://github.com/gtema/openstack/pull/1511 ) )
15+ - Address some ` unwrap ` s in ` openstack_cli ` ([ #1510 ] ( https://github.com/gtema/openstack/pull/1510 ) )
16+ - Clean use of ` uwrap ` and ` expect ` in ` openstack_sdk ` ([ #1509 ] ( https://github.com/gtema/openstack/pull/1509 ) )
17+ - Replace unwrap in ` api_version ` and ` xtask ` ([ #1507 ] ( https://github.com/gtema/openstack/pull/1507 ) )
18+ - Make ` Findable ` trait using ` Result ` consistently ([ #1506 ] ( https://github.com/gtema/openstack/pull/1506 ) )
19+ - Cleanup some potential panics in pagination ([ #1504 ] ( https://github.com/gtema/openstack/pull/1504 ) )
20+
21+ ### Fixed
22+
23+ - Do not stop version discovery on unreachable url ([ #1495 ] ( https://github.com/gtema/openstack/pull/1495 ) )
24+
25+ ### Other
26+
27+ - * (ci)* Vendor cirros image under GitHub releases ([ #1527 ] ( https://github.com/gtema/openstack/pull/1527 ) )
28+ - Periodic content sync ([ #1501 ] ( https://github.com/gtema/openstack/pull/1501 ) )
29+ - Update keystone-ng doc links ([ #1519 ] ( https://github.com/gtema/openstack/pull/1519 ) )
30+ - * (deps)* Bump hyper from 1.7.0 to 1.8.1 ([ #1518 ] ( https://github.com/gtema/openstack/pull/1518 ) )
31+
932## [ 0.13.2] ( https://github.com/gtema/openstack/compare/openstack_cli-v0.13.1...openstack_cli-v0.13.2 ) - 2025-10-14
1033
1134### Added
Original file line number Diff line number Diff line change 11[package ]
22name = " openstack_cli"
3- version = " 0.13.2 "
3+ version = " 0.13.3 "
44authors = [
55 " Artem Goncharov (gtema)" ,
66]
Original file line number Diff line number Diff line change @@ -6,6 +6,27 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66
77## [ Unreleased]
88
9+ ## [ 0.22.3] ( https://github.com/gtema/openstack/compare/openstack_sdk-v0.22.2...openstack_sdk-v0.22.3 ) - 2025-11-19
10+
11+ ### Added
12+
13+ - Complete removing ` unwrap ` and ` expect ` use ([ #1516 ] ( https://github.com/gtema/openstack/pull/1516 ) )
14+ - No ` unwrap ` and ` expect ` in generated code ([ #1511 ] ( https://github.com/gtema/openstack/pull/1511 ) )
15+ - Clean use of ` uwrap ` and ` expect ` in ` openstack_sdk ` ([ #1509 ] ( https://github.com/gtema/openstack/pull/1509 ) )
16+ - Replace unwrap in ` api_version ` and ` xtask ` ([ #1507 ] ( https://github.com/gtema/openstack/pull/1507 ) )
17+ - Make ` Findable ` trait using ` Result ` consistently ([ #1506 ] ( https://github.com/gtema/openstack/pull/1506 ) )
18+ - Cleanup some potential panics in pagination ([ #1504 ] ( https://github.com/gtema/openstack/pull/1504 ) )
19+
20+ ### Fixed
21+
22+ - Do not stop version discovery on unreachable url ([ #1495 ] ( https://github.com/gtema/openstack/pull/1495 ) )
23+
24+ ### Other
25+
26+ - Update keystone-ng doc links ([ #1519 ] ( https://github.com/gtema/openstack/pull/1519 ) )
27+ - * (deps)* Bump hyper from 1.7.0 to 1.8.1 ([ #1518 ] ( https://github.com/gtema/openstack/pull/1518 ) )
28+ - Periodic content sync ([ #1501 ] ( https://github.com/gtema/openstack/pull/1501 ) )
29+
930## [ 0.22.2] ( https://github.com/gtema/openstack/compare/openstack_sdk-v0.22.1...openstack_sdk-v0.22.2 ) - 2025-10-14
1031
1132### Added
Original file line number Diff line number Diff line change 11[package ]
22name = " openstack_sdk"
33description = " OpenStack SDK"
4- version = " 0.22.2 "
4+ version = " 0.22.3 "
55keywords = [" api" , " openstack" ]
66categories = [" api-bindings" ]
77authors = [" Artem Goncharov (gtema)" ]
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.13.3] ( https://github.com/gtema/openstack/compare/openstack_tui-v0.13.2...openstack_tui-v0.13.3 ) - 2025-11-19
10+
11+ ### Added
12+
13+ - Cleanup openstack_tui from unwrap and expect use ([ #1508 ] ( https://github.com/gtema/openstack/pull/1508 ) )
14+
15+ ### Other
16+
17+ - Drop json5 feature of config crate ([ #1525 ] ( https://github.com/gtema/openstack/pull/1525 ) )
18+ - Periodic content sync ([ #1501 ] ( https://github.com/gtema/openstack/pull/1501 ) )
19+
920## [ 0.13.2] ( https://github.com/gtema/openstack/compare/openstack_tui-v0.13.1...openstack_tui-v0.13.2 ) - 2025-10-14
1021
1122### Added
Original file line number Diff line number Diff line change 11[package ]
22name = " openstack_tui"
33description = " OpenStack Terminal User interface"
4- version = " 0.13.2 "
4+ version = " 0.13.3 "
55keywords = [" tui" , " openstack" ]
66categories = [" command-line-utilities" ]
77authors = [" Artem Goncharov (gtema)" ]
Original file line number Diff line number Diff line change @@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 0.22.3] ( https://github.com/gtema/openstack/compare/openstack_types-v0.22.2...openstack_types-v0.22.3 ) - 2025-11-19
11+
12+ ### Added
13+
14+ - No ` unwrap ` and ` expect ` in generated code ([ #1511 ] ( https://github.com/gtema/openstack/pull/1511 ) )
15+
16+ ### Other
17+
18+ - Update keystone-ng doc links ([ #1519 ] ( https://github.com/gtema/openstack/pull/1519 ) )
19+ - Periodic content sync ([ #1501 ] ( https://github.com/gtema/openstack/pull/1501 ) )
20+
1021## [ 0.22.2] ( https://github.com/gtema/openstack/compare/openstack_types-v0.22.1...openstack_types-v0.22.2 ) - 2025-10-14
1122
1223### Added
Original file line number Diff line number Diff line change 11[package ]
22name = " openstack_types"
33description = " OpenStack API Types"
4- version = " 0.22.2 "
4+ version = " 0.22.3 "
55keywords = [" api" , " openstack" ]
66categories = [" api-bindings" ]
77authors = [" Artem Goncharov (gtema)" ]
You can’t perform that action at this time.
0 commit comments