Skip to content

Commit 9a6ac14

Browse files
chore: release
1 parent b2ec5a8 commit 9a6ac14

File tree

9 files changed

+86
-12
lines changed

9 files changed

+86
-12
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: 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.12.0](https://github.com/gtema/openstack/compare/openstack_cli-v0.11.1...openstack_cli-v0.12.0) - 2025-04-22
10+
11+
### Added
12+
13+
- Switch tui and cli to openstack_types ([#1148](https://github.com/gtema/openstack/pull/1148))
14+
- Use dedicated deser helpers in response types ([#1142](https://github.com/gtema/openstack/pull/1142))
15+
- Start building openstack_tui crate ([#1132](https://github.com/gtema/openstack/pull/1132))
16+
- Switch cli to openstack_types ([#1158](https://github.com/gtema/openstack/pull/1158))
17+
18+
### Other
19+
20+
- Separate structable into separate repository ([#1145](https://github.com/gtema/openstack/pull/1145))
21+
- Cleanup unused code ([#1168](https://github.com/gtema/openstack/pull/1168))
22+
923
## [0.11.1](https://github.com/gtema/openstack/compare/openstack_cli-v0.11.0...openstack_cli-v0.11.1) - 2025-04-05
1024

1125
### Added

openstack_cli/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "openstack_cli"
3-
version = "0.11.1"
3+
version = "0.12.0"
44
authors = [
55
"Artem Goncharov (gtema)",
66
]
@@ -66,8 +66,8 @@ dialoguer = { workspace = true, features=["fuzzy-select"] }
6666
eyre = { workspace = true }
6767
http = { workspace = true }
6868
json-patch = { workspace = true }
69-
openstack_sdk = { path="../openstack_sdk", version = "^0.20", default-features = false, features = ["async", "identity"] }
70-
openstack_types = { path="../openstack_types", version = "^0.20" }
69+
openstack_sdk = { path="../openstack_sdk", version = "^0.21", default-features = false, features = ["async", "identity"] }
70+
openstack_types = { path="../openstack_types", version = "^0.21" }
7171
indicatif = "^0.17"
7272
regex = { workspace = true }
7373
reqwest = { workspace = true }

openstack_sdk/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.21.0](https://github.com/gtema/openstack/compare/openstack_sdk-v0.20.1...openstack_sdk-v0.21.0) - 2025-04-22
10+
11+
### Added
12+
13+
- Switch cli to openstack_types ([#1158](https://github.com/gtema/openstack/pull/1158))
14+
- Switch tui and cli to openstack_types ([#1148](https://github.com/gtema/openstack/pull/1148))
15+
- Use dedicated deser helpers in response types ([#1142](https://github.com/gtema/openstack/pull/1142))
16+
17+
### Other
18+
19+
- Cleanup unused code ([#1168](https://github.com/gtema/openstack/pull/1168))
20+
921
## [0.20.1](https://github.com/gtema/openstack/compare/openstack_sdk-v0.20.0...openstack_sdk-v0.20.1) - 2025-04-05
1022

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

openstack_tui/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.12.0](https://github.com/gtema/openstack/compare/openstack_tui-v0.11.1...openstack_tui-v0.12.0) - 2025-04-22
10+
11+
### Added
12+
13+
- Add instance_uuid to the instance action schema ([#1160](https://github.com/gtema/openstack/pull/1160))
14+
- Switch cli to openstack_types ([#1158](https://github.com/gtema/openstack/pull/1158))
15+
- Switch tui and cli to openstack_types ([#1148](https://github.com/gtema/openstack/pull/1148))
16+
17+
### Other
18+
19+
- Cleanup unused code ([#1168](https://github.com/gtema/openstack/pull/1168))
20+
- Separate structable into separate repository ([#1145](https://github.com/gtema/openstack/pull/1145))
21+
- *(deps)* Bump crossterm from 0.28.1 to 0.29.0 ([#1128](https://github.com/gtema/openstack/pull/1128))
22+
923
## [0.11.1](https://github.com/gtema/openstack/compare/openstack_tui-v0.11.0...openstack_tui-v0.11.1) - 2025-04-05
1024

1125
### Added

openstack_tui/Cargo.toml

Lines changed: 3 additions & 3 deletions
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.11.1"
4+
version = "0.12.0"
55
keywords = ["tui", "openstack"]
66
categories = ["command-line-utilities"]
77
authors = ["Artem Goncharov (gtema)"]
@@ -32,8 +32,8 @@ futures = { workspace = true }
3232
itertools = { workspace = true }
3333
json5 = "^0.4"
3434
lazy_static = "^1.5"
35-
openstack_sdk = { path = "../openstack_sdk", version = "^0.20", default-features = false, features = ["async", "block_storage", "compute", "dns", "identity", "image", "load_balancer", "network"] }
36-
openstack_types = { path = "../openstack_types", version = "^0.20" }
35+
openstack_sdk = { path = "../openstack_sdk", version = "^0.21", default-features = false, features = ["async", "block_storage", "compute", "dns", "identity", "image", "load_balancer", "network"] }
36+
openstack_types = { path = "../openstack_types", version = "^0.21" }
3737
pretty_assertions = "^1.4"
3838
ratatui = { version = "^0.29", features = ["serde", "macros"] }
3939
serde = { workspace = true }

openstack_types/CHANGELOG.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
8+
## [Unreleased]
9+
10+
## [0.21.0](https://github.com/gtema/openstack/compare/openstack_types-v0.20.1...openstack_types-v0.21.0) - 2025-04-22
11+
12+
### Added
13+
14+
- Add instance_uuid to the instance action schema ([#1160](https://github.com/gtema/openstack/pull/1160))
15+
- Fix BS response schemas ([#1159](https://github.com/gtema/openstack/pull/1159))
16+
- Switch cli to openstack_types ([#1158](https://github.com/gtema/openstack/pull/1158))
17+
- Switch tui and cli to openstack_types ([#1148](https://github.com/gtema/openstack/pull/1148))
18+
- Adapt openstack_types to structable_derive 0.2 ([#1147](https://github.com/gtema/openstack/pull/1147))
19+
- Use dedicated deser helpers in response types ([#1142](https://github.com/gtema/openstack/pull/1142))
20+
- Allow serialization of the Enum based status ([#1141](https://github.com/gtema/openstack/pull/1141))
21+
- Sort types enum kinds alphabetically ([#1140](https://github.com/gtema/openstack/pull/1140))
22+
- Make StructTable serialize the property ([#1135](https://github.com/gtema/openstack/pull/1135))
23+
24+
### Fixed
25+
26+
- Fix security-group.rule.port_range_xx type ([#1171](https://github.com/gtema/openstack/pull/1171))
27+
- Add new deser_num_str and deser_bool_str ([#1136](https://github.com/gtema/openstack/pull/1136))
28+
29+
### Other
30+
31+
- Separate structable into separate repository ([#1145](https://github.com/gtema/openstack/pull/1145))
32+
- Fix linter for openstack_types again ([#1139](https://github.com/gtema/openstack/pull/1139))
33+
- Fix linter complains introduced in last commit ([#1138](https://github.com/gtema/openstack/pull/1138))
34+
- Add deser for Option<xxx> ([#1137](https://github.com/gtema/openstack/pull/1137))

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

0 commit comments

Comments
 (0)