Skip to content

Commit e462f6e

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

File tree

7 files changed

+30
-6
lines changed

7 files changed

+30
-6
lines changed

Cargo.lock

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

77
## [Unreleased]
88

9+
## [0.5.2](https://github.com/gtema/openstack/compare/openstack_cli-v0.5.1...openstack_cli-v0.5.2) - 2024-06-27
10+
11+
### Added
12+
- *(ssl)* Add possibility to add custom root SSL ca ([#293](https://github.com/gtema/openstack/pull/293))
13+
14+
### Fixed
15+
- Repair endpoint url construction for object ([#295](https://github.com/gtema/openstack/pull/295))
16+
17+
### Other
18+
- *(cli)* Clarify the API command parameters ([#294](https://github.com/gtema/openstack/pull/294))
19+
920
## [0.5.1](https://github.com/gtema/openstack/compare/openstack_cli-v0.5.0...openstack_cli-v0.5.1) - 2024-06-17
1021

1122
### Added

openstack_cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "openstack_cli"
3-
version = "0.5.1"
3+
version = "0.5.2"
44
authors = [
55
"Artem Goncharov (gtema)",
66
]

openstack_sdk/CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [0.5.2](https://github.com/gtema/openstack/compare/openstack_sdk-v0.5.1...openstack_sdk-v0.5.2) - 2024-06-27
10+
11+
### Added
12+
- *(ssl)* Add possibility to add custom root SSL ca ([#293](https://github.com/gtema/openstack/pull/293))
13+
14+
### Fixed
15+
- Repair endpoint url construction for object ([#295](https://github.com/gtema/openstack/pull/295))
16+
917
## [0.5.1](https://github.com/gtema/openstack/compare/openstack_sdk-v0.5.0...openstack_sdk-v0.5.1) - 2024-06-17
1018

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

structable_derive/CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [0.1.4](https://github.com/gtema/openstack/compare/structable_derive-v0.1.3...structable_derive-v0.1.4) - 2024-06-27
10+
11+
### Fixed
12+
- Fix table output for empty data ([#289](https://github.com/gtema/openstack/pull/289))
13+
914
## [0.1.3](https://github.com/gtema/openstack/compare/structable_derive-v0.1.2...structable_derive-v0.1.3) - 2024-03-15
1015

1116
### Added

structable_derive/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "structable_derive"
3-
version = "0.1.3"
3+
version = "0.1.4"
44
authors = ["Artem Goncharov (gtema)"]
55
description = "A crate for 'serializing' structs as Vec<Vec<String>> tables"
66
categories = ["command-line-interface"]

0 commit comments

Comments
 (0)