File tree Expand file tree Collapse file tree 9 files changed +38
-8
lines changed
Expand file tree Collapse file tree 9 files changed +38
-8
lines changed 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.13.1] ( https://github.com/gtema/openstack/compare/openstack_cli-v0.13.0...openstack_cli-v0.13.1 ) - 2025-08-30
10+
11+ ### Other
12+
13+ - Address new linter warning (MISMATCHED_LIFETIME_SYNTAXES) ([ #1371 ] ( https://github.com/gtema/openstack/pull/1371 ) )
14+ - * (deps)* Bump hyper from 1.6.0 to 1.7.0 ([ #1377 ] ( https://github.com/gtema/openstack/pull/1377 ) )
15+ - Address some 1.89 clippy warnings ([ #1369 ] ( https://github.com/gtema/openstack/pull/1369 ) )
16+
917## [ 0.13.0] ( https://github.com/gtema/openstack/compare/openstack_cli-v0.12.4...openstack_cli-v0.13.0 ) - 2025-07-28
1018
1119### Added
Original file line number Diff line number Diff line change 11[package ]
22name = " openstack_cli"
3- version = " 0.13.0 "
3+ version = " 0.13.1 "
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.22.1] ( https://github.com/gtema/openstack/compare/openstack_sdk-v0.22.0...openstack_sdk-v0.22.1 ) - 2025-08-30
10+
11+ ### Other
12+
13+ - * (deps)* Bump hyper from 1.6.0 to 1.7.0 ([ #1377 ] ( https://github.com/gtema/openstack/pull/1377 ) )
14+ - Address new linter warning (MISMATCHED_LIFETIME_SYNTAXES) ([ #1371 ] ( https://github.com/gtema/openstack/pull/1371 ) )
15+ - Address some 1.89 clippy warnings ([ #1369 ] ( https://github.com/gtema/openstack/pull/1369 ) )
16+
917## [ 0.22.0] ( https://github.com/gtema/openstack/compare/openstack_sdk-v0.21.4...openstack_sdk-v0.22.0 ) - 2025-07-28
1018
1119### Added
Original file line number Diff line number Diff line change 11[package ]
22name = " openstack_sdk"
33description = " OpenStack SDK"
4- version = " 0.22.0 "
4+ version = " 0.22.1 "
55keywords = [" api" , " openstack" ]
66categories = [" api-bindings" ]
77authors = [" Artem Goncharov (gtema)" ]
Original file line number Diff line number Diff line change @@ -6,6 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66
77## [ Unreleased]
88
9+ ## [ 0.13.1] ( https://github.com/gtema/openstack/compare/openstack_tui-v0.13.0...openstack_tui-v0.13.1 ) - 2025-08-30
10+
11+ ### Other
12+
13+ - Address new linter warning (MISMATCHED_LIFETIME_SYNTAXES) ([ #1371 ] ( https://github.com/gtema/openstack/pull/1371 ) )
14+ - Address some 1.89 clippy warnings ([ #1369 ] ( https://github.com/gtema/openstack/pull/1369 ) )
15+
916## [ 0.13.0] ( https://github.com/gtema/openstack/compare/openstack_tui-v0.12.4...openstack_tui-v0.13.0 ) - 2025-07-28
1017
1118### Other
Original file line number Diff line number Diff line change 11[package ]
22name = " openstack_tui"
33description = " OpenStack Terminal User interface"
4- version = " 0.13.0 "
4+ version = " 0.13.1 "
55keywords = [" tui" , " openstack" ]
66categories = [" command-line-utilities" ]
77authors = [" Artem Goncharov (gtema)" ]
Original file line number Diff line number Diff line change @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 0.22.1] ( https://github.com/gtema/openstack/compare/openstack_types-v0.22.0...openstack_types-v0.22.1 ) - 2025-08-30
11+
12+ ### Other
13+
14+ - * (deps)* Bump uuid from 1.17.0 to 1.18.0 ([ #1372 ] ( https://github.com/gtema/openstack/pull/1372 ) )
15+ - Address new linter warning (MISMATCHED_LIFETIME_SYNTAXES) ([ #1371 ] ( https://github.com/gtema/openstack/pull/1371 ) )
16+
1017## [ 0.22.0] ( https://github.com/gtema/openstack/compare/openstack_types-v0.21.4...openstack_types-v0.22.0 ) - 2025-07-28
1118
1219### Added
Original file line number Diff line number Diff line change 11[package ]
22name = " openstack_types"
33description = " OpenStack API Types"
4- version = " 0.22.0 "
4+ version = " 0.22.1 "
55keywords = [" api" , " openstack" ]
66categories = [" api-bindings" ]
77authors = [" Artem Goncharov (gtema)" ]
You can’t perform that action at this time.
0 commit comments