Skip to content

Commit 72de8ba

Browse files
chore: release
1 parent 624c394 commit 72de8ba

11 files changed

Lines changed: 75 additions & 10 deletions

File tree

Cargo.lock

Lines changed: 5 additions & 5 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: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [0.13.6](https://github.com/gtema/openstack/compare/openstack_cli-v0.13.5...openstack_cli-v0.13.6) - 2026-03-05
10+
11+
### Added
12+
13+
- Sync changes from codegenerator ([#1662](https://github.com/gtema/openstack/pull/1662))
14+
- Update to 2024 rust edition ([#1658](https://github.com/gtema/openstack/pull/1658))
15+
- Add dynamic completions in clap library ([#1626](https://github.com/gtema/openstack/pull/1626))
16+
- Split openstack_sdk crate ([#1655](https://github.com/gtema/openstack/pull/1655))
17+
18+
### Other
19+
20+
- *(deps)* Upgrade dependencies ([#1669](https://github.com/gtema/openstack/pull/1669))
21+
- *(deps)* Bump rand from 0.9.2 to 0.10.0 ([#1644](https://github.com/gtema/openstack/pull/1644))
22+
- Add trailing punctuation ([#1623](https://github.com/gtema/openstack/pull/1623))
23+
- Changes from Keystone webauthn api tests ([#1615](https://github.com/gtema/openstack/pull/1615))
24+
925
## [0.13.5](https://github.com/gtema/openstack/compare/openstack_cli-v0.13.4...openstack_cli-v0.13.5) - 2026-01-17
1026

1127
### Fixed

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.5"
3+
version = "0.13.6"
44
authors = [
55
"Artem Goncharov (gtema)",
66
]

openstack_sdk/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [0.22.6](https://github.com/gtema/openstack/compare/openstack_sdk-v0.22.5...openstack_sdk-v0.22.6) - 2026-03-05
10+
11+
### Added
12+
13+
- Sync changes from codegenerator ([#1662](https://github.com/gtema/openstack/pull/1662))
14+
- Update to 2024 rust edition ([#1658](https://github.com/gtema/openstack/pull/1658))
15+
- Split openstack_sdk crate ([#1655](https://github.com/gtema/openstack/pull/1655))
16+
17+
### Other
18+
19+
- Add trailing punctuation ([#1623](https://github.com/gtema/openstack/pull/1623))
20+
- Changes from Keystone webauthn api tests ([#1615](https://github.com/gtema/openstack/pull/1615))
21+
- *(deps)* Upgrade dependencies ([#1669](https://github.com/gtema/openstack/pull/1669))
22+
923
## [0.22.5](https://github.com/gtema/openstack/compare/openstack_sdk-v0.22.4...openstack_sdk-v0.22.5) - 2026-01-17
1024

1125
### Fixed

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.5"
4+
version = "0.22.6"
55
keywords = ["api", "openstack"]
66
categories = ["api-bindings"]
77
authors = ["Artem Goncharov (gtema)"]

openstack_sdk_core/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [0.22.6](https://github.com/gtema/openstack/compare/openstack_sdk_core-v0.22.5...openstack_sdk_core-v0.22.6) - 2026-03-05
10+
11+
### Added
12+
13+
- Update to 2024 rust edition ([#1658](https://github.com/gtema/openstack/pull/1658))
14+
15+
### Other
16+
17+
- *(deps)* Upgrade dependencies ([#1669](https://github.com/gtema/openstack/pull/1669))
18+
919
## [0.22.5](https://github.com/gtema/openstack/compare/openstack_sdk-v0.22.4...openstack_sdk-v0.22.5) - 2026-01-17
1020

1121
### Fixed

openstack_sdk_core/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_core"
33
description = "OpenStack SDK core"
4-
version = "0.22.5"
4+
version = "0.22.6"
55
keywords = ["api", "openstack"]
66
categories = ["api-bindings"]
77
authors = ["Artem Goncharov (gtema)"]

openstack_tui/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [0.13.6](https://github.com/gtema/openstack/compare/openstack_tui-v0.13.5...openstack_tui-v0.13.6) - 2026-03-05
10+
11+
### Added
12+
13+
- Sync changes from codegenerator ([#1662](https://github.com/gtema/openstack/pull/1662))
14+
- Update to 2024 rust edition ([#1658](https://github.com/gtema/openstack/pull/1658))
15+
16+
### Other
17+
18+
- *(deps)* Bump strum from 0.27.2 to 0.28.0 ([#1652](https://github.com/gtema/openstack/pull/1652))
19+
- Adapt to the newer release of typos ([#1639](https://github.com/gtema/openstack/pull/1639))
20+
921
## [0.13.4](https://github.com/gtema/openstack/compare/openstack_tui-v0.13.3...openstack_tui-v0.13.4) - 2026-01-16
1022

1123
### 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.5"
4+
version = "0.13.6"
55
keywords = ["tui", "openstack"]
66
categories = ["command-line-utilities"]
77
authors = ["Artem Goncharov (gtema)"]

openstack_types/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.22.6](https://github.com/gtema/openstack/compare/openstack_types-v0.22.5...openstack_types-v0.22.6) - 2026-03-05
11+
12+
### Added
13+
14+
- Sync changes from codegenerator ([#1662](https://github.com/gtema/openstack/pull/1662))
15+
- Update to 2024 rust edition ([#1658](https://github.com/gtema/openstack/pull/1658))
16+
17+
### Other
18+
19+
- *(deps)* Bump uuid from 1.20.0 to 1.21.0 ([#1648](https://github.com/gtema/openstack/pull/1648))
20+
- *(deps)* Bump uuid from 1.19.0 to 1.20.0 ([#1627](https://github.com/gtema/openstack/pull/1627))
21+
- Add trailing punctuation ([#1623](https://github.com/gtema/openstack/pull/1623))
22+
1023
## [0.22.4](https://github.com/gtema/openstack/compare/openstack_types-v0.22.3...openstack_types-v0.22.4) - 2026-01-16
1124

1225
### Added

0 commit comments

Comments
 (0)