Skip to content

Commit de367da

Browse files
chore: release
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 8978d66 commit de367da

File tree

5 files changed

+31
-5
lines changed

5 files changed

+31
-5
lines changed

Cargo.lock

Lines changed: 2 additions & 2 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.4.0](https://github.com/gtema/openstack/compare/openstack_cli-v0.3.0...openstack_cli-v0.4.0) - 2024-04-05
10+
11+
### Added
12+
- Add LoadBalancer
13+
- regenerate code with latest generator changes
14+
- *(volume)* cover block-storage backup
15+
- *(network)* add network address_{group,scope} resources
16+
17+
### Other
18+
- *(deps)* bump tempfile from 3.10.0 to 3.10.1
19+
- drop serde_yaml dependency
20+
- Merge pull request [#113](https://github.com/gtema/openstack/pull/113) from gtema/deps
21+
- update http/reqwest/hyper lib
22+
923
## [0.3.0](https://github.com/gtema/openstack/compare/openstack_cli-v0.2.0...openstack_cli-v0.3.0) - 2024-03-15
1024

1125
### Added

openstack_cli/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "openstack_cli"
3-
version = "0.3.0"
3+
version = "0.4.0"
44
authors = [
55
"Artem Goncharov (gtema)",
66
]
@@ -29,7 +29,7 @@ cli-table = "^0.4"
2929
dialoguer = {workspace = true}
3030
http = { workspace = true }
3131
json-patch = { workspace = true }
32-
openstack_sdk = { path="../openstack_sdk", version = "^0.3" }
32+
openstack_sdk = { path="../openstack_sdk", version = "^0.4" }
3333
indicatif = "^0.17"
3434
regex = "^1.10"
3535
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.4.0](https://github.com/gtema/openstack/compare/openstack_sdk-v0.3.0...openstack_sdk-v0.4.0) - 2024-04-05
10+
11+
### Added
12+
- Add LoadBalancer
13+
- regenerate code with latest generator changes
14+
- *(volume)* cover block-storage backup
15+
16+
### Other
17+
- drop serde_yaml dependency
18+
- Merge pull request [#113](https://github.com/gtema/openstack/pull/113) from gtema/deps
19+
- update http/reqwest/hyper lib
20+
921
## [0.3.0](https://github.com/gtema/openstack/compare/openstack_sdk-v0.2.0...openstack_sdk-v0.3.0) - 2024-03-15
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.3.0"
4+
version = "0.4.0"
55
keywords = ["api", "openstack"]
66
categories = ["api-bindings"]
77
authors = ["Artem Goncharov (gtema)"]

0 commit comments

Comments
 (0)