1
0
Fork 0
mirror of https://gitlab.com/msrd0/gotham-restful.git synced 2025-02-22 20:52:27 +00:00

Merge commit '09dee5a673ac29ec38ab6f1442f403b20a776959' (release 0.2.1)

[skip ci]
This commit is contained in:
Dominic 2021-03-04 00:09:32 +01:00
commit 2251c29d7b
Signed by: msrd0
GPG key ID: DCC8C247452E98F9
2 changed files with 5 additions and 1 deletions

View file

@ -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

View file

@ -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 }