From fabcbc4e78e75bfd9f297a255abb67b387ec2b51 Mon Sep 17 00:00:00 2001 From: Dominic Date: Wed, 3 Mar 2021 23:44:53 +0100 Subject: [PATCH 1/2] pin version of openapiv3 they introduced breaking changes in patch release 0.3.3 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 6f81fe0..f9d03c8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -43,7 +43,7 @@ indexmap = { version = "1.3.2", optional = true } indoc = { version = "1.0", optional = true } jsonwebtoken = { version = "7.1.0", optional = true } once_cell = { version = "1.5", optional = true } -openapiv3 = { version = "0.3.2", optional = true } +openapiv3 = { version = "=0.3.2", optional = true } regex = { version = "1.4", optional = true } sha2 = { version = "0.9.3", optional = true } From 09dee5a673ac29ec38ab6f1442f403b20a776959 Mon Sep 17 00:00:00 2001 From: Dominic Date: Wed, 3 Mar 2021 23:46:13 +0100 Subject: [PATCH 2/2] update changelog --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0aa0e81..dc51188 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.2.1] - 2021-03-04 +### Changed + - Pin version of `openapiv3` dependency to `0.3.2` + ## [0.2.0] - 2021-02-27 ### Added - Support custom HTTP response headers