Skip to content

Commit 0be25ce

Browse files
authored
fix: Another attempt to repair release of openstack_tui (#484)
1 parent 07dfc4f commit 0be25ce

File tree

2 files changed

+1
-20
lines changed

2 files changed

+1
-20
lines changed

openstack_tui/CHANGELOG.md

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

77
## [Unreleased]
88

9-
## [0.1.0](https://github.com/gtema/openstack/releases/tag/openstack_tui-v0.1.0) - 2024-08-23
10-
119
### Added
1210
- Start Terminal User Interface project ([#470](https://github.com/gtema/openstack/pull/470))
1311

1412
### Fixed
15-
- Fix changelog of the openstack_tui ([#481](https://github.com/gtema/openstack/pull/481))
1613
- Fix build for openstack_tui ([#479](https://github.com/gtema/openstack/pull/479))
17-
18-
### Other
19-
- Drop release entry for openstack_tui ([#482](https://github.com/gtema/openstack/pull/482))
20-
- release ([#477](https://github.com/gtema/openstack/pull/477))
21-
- release ([#475](https://github.com/gtema/openstack/pull/475))
22-
- *(ci)* Undo release-plz per package ([#476](https://github.com/gtema/openstack/pull/476))
23-
24-
### Added
25-
- Start Terminal User Interface project ([#470](https://github.com/gtema/openstack/pull/470))
26-
27-
### Fixed
28-
- Fix build for openstack_tui ([#479](https://github.com/gtema/openstack/pull/479))
29-
30-
### Other
31-
- release ([#475](https://github.com/gtema/openstack/pull/475))
32-
- *(ci)* Undo release-plz per package ([#476](https://github.com/gtema/openstack/pull/476))

openstack_tui/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ itertools = { workspace = true }
3232
json5 = "^0.4"
3333
lazy_static = "^1.5"
3434
#log = "^0.4"
35-
openstack_sdk = { path = "../openstack_sdk", version = "^0.10", default-features = false, features = ["async", "block_storage", "compute", "identity", "network"] }
35+
openstack_sdk = { path = "../openstack_sdk", version = "^0.10", default-features = false, features = ["async", "block_storage", "compute", "identity", "image", "network"] }
3636
pretty_assertions = "^1.4"
3737
ratatui = { version = "^0.28", features = ["serde", "macros"] }
3838
serde = { workspace = true }

0 commit comments

Comments
 (0)