File tree Expand file tree Collapse file tree 5 files changed +31
-5
lines changed
Expand file tree Collapse file tree 5 files changed +31
-5
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 11[package ]
22name = " openstack_cli"
3- version = " 0.3 .0"
3+ version = " 0.4 .0"
44authors = [
55 " Artem Goncharov (gtema)" ,
66]
@@ -29,7 +29,7 @@ cli-table = "^0.4"
2929dialoguer = {workspace = true }
3030http = { workspace = true }
3131json-patch = { workspace = true }
32- openstack_sdk = { path =" ../openstack_sdk" , version = " ^0.3 " }
32+ openstack_sdk = { path =" ../openstack_sdk" , version = " ^0.4 " }
3333indicatif = " ^0.17"
3434regex = " ^1.10"
3535reqwest = { workspace = true }
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 11[package ]
22name = " openstack_sdk"
33description = " OpenStack SDK"
4- version = " 0.3 .0"
4+ version = " 0.4 .0"
55keywords = [" api" , " openstack" ]
66categories = [" api-bindings" ]
77authors = [" Artem Goncharov (gtema)" ]
You can’t perform that action at this time.
0 commit comments