File tree Expand file tree Collapse file tree 9 files changed +50
-8
lines changed
Expand file tree Collapse file tree 9 files changed +50
-8
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,21 @@ 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-11
10+
11+ ### Added
12+
13+ - Make ` Findable ` trait using ` Result ` consistently ([ #1506 ] ( https://github.com/gtema/openstack/pull/1506 ) )
14+ - Cleanup some potential panics in pagination ([ #1504 ] ( https://github.com/gtema/openstack/pull/1504 ) )
15+
16+ ### Fixed
17+
18+ - Do not stop version discovery on unreachable url ([ #1495 ] ( https://github.com/gtema/openstack/pull/1495 ) )
19+
20+ ### Other
21+
22+ - Periodic content sync ([ #1501 ] ( https://github.com/gtema/openstack/pull/1501 ) )
23+
924## [ 0.13.2] ( https://github.com/gtema/openstack/compare/openstack_cli-v0.13.1...openstack_cli-v0.13.2 ) - 2025-10-14
1025
1126### 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,21 @@ 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-11
10+
11+ ### Added
12+
13+ - Make ` Findable ` trait using ` Result ` consistently ([ #1506 ] ( https://github.com/gtema/openstack/pull/1506 ) )
14+ - Cleanup some potential panics in pagination ([ #1504 ] ( https://github.com/gtema/openstack/pull/1504 ) )
15+
16+ ### Fixed
17+
18+ - Do not stop version discovery on unreachable url ([ #1495 ] ( https://github.com/gtema/openstack/pull/1495 ) )
19+
20+ ### Other
21+
22+ - Periodic content sync ([ #1501 ] ( https://github.com/gtema/openstack/pull/1501 ) )
23+
924## [ 0.22.2] ( https://github.com/gtema/openstack/compare/openstack_sdk-v0.22.1...openstack_sdk-v0.22.2 ) - 2025-10-14
1025
1126### 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,12 @@ 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-11
10+
11+ ### Other
12+
13+ - Periodic content sync ([ #1501 ] ( https://github.com/gtema/openstack/pull/1501 ) )
14+
915## [ 0.13.2] ( https://github.com/gtema/openstack/compare/openstack_tui-v0.13.1...openstack_tui-v0.13.2 ) - 2025-10-14
1016
1117### 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,12 @@ 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-11
11+
12+ ### Other
13+
14+ - Periodic content sync ([ #1501 ] ( https://github.com/gtema/openstack/pull/1501 ) )
15+
1016## [ 0.22.2] ( https://github.com/gtema/openstack/compare/openstack_types-v0.22.1...openstack_types-v0.22.2 ) - 2025-10-14
1117
1218### 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