Skip to content

Commit 1fbaab0

Browse files
chore: release (#378)
Co-authored-by: gtema-release-plz[bot] <160271069+gtema-release-plz[bot]@users.noreply.github.com>
1 parent 9eba1fe commit 1fbaab0

File tree

5 files changed

+27
-5
lines changed

5 files changed

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

77
## [Unreleased]
88

9+
## [0.6.2](https://github.com/gtema/openstack/compare/openstack_cli-v0.6.1...openstack_cli-v0.6.2) - 2024-07-27
10+
11+
### Added
12+
- *(deps)* Drop anyhow dependency ([#368](https://github.com/gtema/openstack/pull/368))
13+
- *(cli)* Start switch to eyre for error handling ([#357](https://github.com/gtema/openstack/pull/357))
14+
15+
### Fixed
16+
- *(deps)* update rust crate color-eyre to ^0.6.0 ([#364](https://github.com/gtema/openstack/pull/364))
17+
- Fix network.fip cli command ([#355](https://github.com/gtema/openstack/pull/355))
18+
19+
### Other
20+
- *(deps)* Update dependencies ([#367](https://github.com/gtema/openstack/pull/367))
21+
922
## [0.6.1](https://github.com/gtema/openstack/compare/openstack_cli-v0.6.0...openstack_cli-v0.6.1) - 2024-07-15
1023

1124
### 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.6.1"
3+
version = "0.6.2"
44
authors = [
55
"Artem Goncharov (gtema)",
66
]
@@ -49,7 +49,7 @@ dialoguer = {workspace = true}
4949
eyre = { version = "^0.6" }
5050
http = { workspace = true }
5151
json-patch = { workspace = true }
52-
openstack_sdk = { path="../openstack_sdk", version = "^0.6", default-features = false, features = ["async", "identity"] }
52+
openstack_sdk = { path="../openstack_sdk", version = "^0.7", default-features = false, features = ["async", "identity"] }
5353
indicatif = "^0.17"
5454
regex = "^1.10"
5555
reqwest = { workspace = true }

openstack_sdk/CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [0.7.0](https://github.com/gtema/openstack/compare/openstack_sdk-v0.6.1...openstack_sdk-v0.7.0) - 2024-07-27
10+
11+
### Added
12+
- *(deps)* Drop anyhow dependency ([#368](https://github.com/gtema/openstack/pull/368))
13+
- *(cli)* Start switch to eyre for error handling ([#357](https://github.com/gtema/openstack/pull/357))
14+
15+
### Other
16+
- *(deps)* Update dependencies ([#367](https://github.com/gtema/openstack/pull/367))
17+
918
## [0.6.1](https://github.com/gtema/openstack/compare/openstack_sdk-v0.6.0...openstack_sdk-v0.6.1) - 2024-07-15
1019

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

0 commit comments

Comments
 (0)