Skip to content

Commit 3f8ce10

Browse files
chore: release (#1393)
Co-authored-by: gtema-release-plz[bot] <160271069+gtema-release-plz[bot]@users.noreply.github.com>
1 parent 7877787 commit 3f8ce10

File tree

9 files changed

+61
-8
lines changed

9 files changed

+61
-8
lines changed

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

openstack_cli/CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff 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.13.1](https://github.com/gtema/openstack/compare/openstack_cli-v0.13.0...openstack_cli-v0.13.1) - 2025-09-07
10+
11+
### Added
12+
13+
- Workaround BS quota api path issues ([#1404](https://github.com/gtema/openstack/pull/1404))
14+
- Enable command hints in the cli ([#1403](https://github.com/gtema/openstack/pull/1403))
15+
- Add response key hack to the BS quota resources ([#1397](https://github.com/gtema/openstack/pull/1397))
16+
- Enable BS quota commands ([#1396](https://github.com/gtema/openstack/pull/1396))
17+
- Capture request-id in the OpenStack API error ([#1391](https://github.com/gtema/openstack/pull/1391))
18+
19+
### Other
20+
21+
- Add command hints for the BS quota set commands ([#1399](https://github.com/gtema/openstack/pull/1399))
22+
- Log update of comfy-table in the Cargo.toml ([#1392](https://github.com/gtema/openstack/pull/1392))
23+
- Address new linter warning (MISMATCHED_LIFETIME_SYNTAXES) ([#1371](https://github.com/gtema/openstack/pull/1371))
24+
- Rename the v3federation to v4federation ([#1388](https://github.com/gtema/openstack/pull/1388))
25+
- *(deps)* Bump hyper from 1.6.0 to 1.7.0 ([#1377](https://github.com/gtema/openstack/pull/1377))
26+
- Address some 1.89 clippy warnings ([#1369](https://github.com/gtema/openstack/pull/1369))
27+
928
## [0.13.0](https://github.com/gtema/openstack/compare/openstack_cli-v0.12.4...openstack_cli-v0.13.0) - 2025-07-28
1029

1130
### Added

openstack_cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "openstack_cli"
3-
version = "0.13.0"
3+
version = "0.13.1"
44
authors = [
55
"Artem Goncharov (gtema)",
66
]

openstack_sdk/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff 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.1](https://github.com/gtema/openstack/compare/openstack_sdk-v0.22.0...openstack_sdk-v0.22.1) - 2025-09-07
10+
11+
### Added
12+
13+
- Workaround BS quota api path issues ([#1404](https://github.com/gtema/openstack/pull/1404))
14+
- Add response key hack to the BS quota resources ([#1397](https://github.com/gtema/openstack/pull/1397))
15+
- Capture request-id in the OpenStack API error ([#1391](https://github.com/gtema/openstack/pull/1391))
16+
17+
### Other
18+
19+
- Rename the v3federation to v4federation ([#1388](https://github.com/gtema/openstack/pull/1388))
20+
- *(deps)* Bump hyper from 1.6.0 to 1.7.0 ([#1377](https://github.com/gtema/openstack/pull/1377))
21+
- Address new linter warning (MISMATCHED_LIFETIME_SYNTAXES) ([#1371](https://github.com/gtema/openstack/pull/1371))
22+
- Address some 1.89 clippy warnings ([#1369](https://github.com/gtema/openstack/pull/1369))
23+
924
## [0.22.0](https://github.com/gtema/openstack/compare/openstack_sdk-v0.21.4...openstack_sdk-v0.22.0) - 2025-07-28
1025

1126
### Added

openstack_sdk/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "openstack_sdk"
33
description = "OpenStack SDK"
4-
version = "0.22.0"
4+
version = "0.22.1"
55
keywords = ["api", "openstack"]
66
categories = ["api-bindings"]
77
authors = ["Artem Goncharov (gtema)"]

openstack_tui/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff 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-09-07
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

openstack_tui/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "openstack_tui"
33
description = "OpenStack Terminal User interface"
4-
version = "0.13.0"
4+
version = "0.13.1"
55
keywords = ["tui", "openstack"]
66
categories = ["command-line-utilities"]
77
authors = ["Artem Goncharov (gtema)"]

openstack_types/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,18 @@ 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-09-07
11+
12+
### Added
13+
14+
- Workaround BS quota api path issues ([#1404](https://github.com/gtema/openstack/pull/1404))
15+
- Add response key hack to the BS quota resources ([#1397](https://github.com/gtema/openstack/pull/1397))
16+
17+
### Other
18+
19+
- *(deps)* Bump uuid from 1.17.0 to 1.18.0 ([#1372](https://github.com/gtema/openstack/pull/1372))
20+
- Address new linter warning (MISMATCHED_LIFETIME_SYNTAXES) ([#1371](https://github.com/gtema/openstack/pull/1371))
21+
1022
## [0.22.0](https://github.com/gtema/openstack/compare/openstack_types-v0.21.4...openstack_types-v0.22.0) - 2025-07-28
1123

1224
### Added

openstack_types/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "openstack_types"
33
description = "OpenStack API Types"
4-
version = "0.22.0"
4+
version = "0.22.1"
55
keywords = ["api", "openstack"]
66
categories = ["api-bindings"]
77
authors = ["Artem Goncharov (gtema)"]

0 commit comments

Comments
 (0)