From da5901e82a013516a791966cc70821e458413fa2 Mon Sep 17 00:00:00 2001 From: Christopher Kolstad Date: Tue, 18 Apr 2023 21:39:27 +0200 Subject: [PATCH] Release unleash-types v0.10.0 --- CHANGELOG.md | 29 ++++++++++++++++++++++++++++- Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 30 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e064565..b943411 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,32 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## v0.10.0 (2023-04-18) + +### Bug Fixes + + - updated to not flatten properties map + Also declares IntoParams as belonging to Query, not to Path, to allow utoipa to build correct openAPI spec + +### Commit Statistics + + + + - 1 commit contributed to the release. + - 4 days passed between releases. + - 1 commit was understood as [conventional](https://www.conventionalcommits.org). + - 1 unique issue was worked on: [#25](https://github.com/Unleash/unleash-types-rs/issues/25) + +### Commit Details + + + +
view details + + * **[#25](https://github.com/Unleash/unleash-types-rs/issues/25)** + - Updated to not flatten properties map ([`22b2912`](https://github.com/Unleash/unleash-types-rs/commit/22b2912072c2ba089516f54dbcbf39cba23c5979)) +
+ ## v0.9.4 (2023-04-14) ### Bug Fixes @@ -15,7 +41,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - - 1 commit contributed to the release. + - 2 commits contributed to the release. - 1 commit was understood as [conventional](https://www.conventionalcommits.org). - 0 issues like '(#ID)' were seen in commit messages @@ -26,6 +52,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
view details * **Uncategorized** + - Release unleash-types v0.9.4 ([`c1843f1`](https://github.com/Unleash/unleash-types-rs/commit/c1843f16cb0d3343e3a51f38794b3ce7a7e932c7)) - Gather unknown fields in Context into properties ([`8b54b3c`](https://github.com/Unleash/unleash-types-rs/commit/8b54b3c9f6466a0a5253a5132b92bf84e9e1c730))
diff --git a/Cargo.lock b/Cargo.lock index 1630504..8a66e9a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -519,7 +519,7 @@ checksum = "c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b" [[package]] name = "unleash-types" -version = "0.9.4" +version = "0.10.0" dependencies = [ "base64", "chrono", diff --git a/Cargo.toml b/Cargo.toml index f16fd0c..821e64f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "unleash-types" -version = "0.9.4" +version = "0.10.0" edition = "2021" authors = ["Christopher Kolstad ", "Simon Hornby "] license = "MIT"