Skip to content

Commit

Permalink
Merge pull request #53 from gtema/release-plz-2024-02-19T13-09-32Z
Browse files Browse the repository at this point in the history
chore: release
  • Loading branch information
gtema authored Feb 23, 2024
2 parents 9cc619c + 2cfcf3d commit 0575983
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 12 additions & 0 deletions openstack_cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.2.0](https://github.com/gtema/openstack/compare/openstack_cli-v0.1.1...openstack_cli-v0.2.0) - 2024-02-23

### Fixed
- *(sdk)* flatten _properties of extensible structs
- Respect headers passed into the `api` command

### Other
- release openstack_sdk
- switch to caret requirements syntax
- further improve comments
- better pre-format comments

## [0.1.1](https://github.com/gtema/openstack/compare/openstack_cli-v0.1.0...openstack_cli-v0.1.1) - 2024-02-16

### Added
Expand Down
2 changes: 1 addition & 1 deletion openstack_cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "openstack_cli"
version = "0.1.1"
version = "0.2.0"
authors = [
"Artem Goncharov (gtema)",
]
Expand Down
5 changes: 5 additions & 0 deletions structable_derive/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.1.2](https://github.com/gtema/openstack/compare/structable_derive-v0.1.1...structable_derive-v0.1.2) - 2024-02-23

### Other
- switch to caret requirements syntax

## [0.1.1](https://github.com/gtema/openstack/compare/structable_derive-v0.1.0...structable_derive-v0.1.1) - 2024-02-16

### Other
Expand Down
2 changes: 1 addition & 1 deletion structable_derive/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "structable_derive"
version = "0.1.1"
version = "0.1.2"
authors = ["Artem Goncharov (gtema)"]
description = "A crate for 'serializing' structs as Vec<Vec<String>> tables"
categories = ["command-line-interface"]
Expand Down

0 comments on commit 0575983

Please sign in to comment.