Skip to content

Commit

Permalink
doc: Prepare release v0.3.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
shulard committed Jan 24, 2023
1 parent da47e68 commit 27a9431
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,15 @@ 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).

## [Unreleased]

### Added
### Changed
### Deprecated
### Removed
### Fixed
### Security

## [v0.3.0] - 2023-01-24
### Fixed
- When an URI matches multiple API operations (example: `/api/path` and `/api/{pattern}`)
the `ResponseValidator` was looping over each and tried to validate the `ResponseInterface`
Expand Down Expand Up @@ -34,7 +43,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
>
> This is the first release for this library, now we are able to test OpenAPI docs !
[Unreleased]: https://github.com/chstudio/raven/compare/v0.2.0...HEAD
[Unreleased]: https://github.com/chstudio/raven/compare/v0.3.0...HEAD
[v0.3.0]: https://github.com/chstudio/raven/releases/tag/v0.3.0
[v0.2.0]: https://github.com/chstudio/raven/releases/tag/v0.2.0
[v0.1.0]: https://github.com/chstudio/raven/releases/tag/v0.1.0
[v0.0.0]: https://github.com/chstudio/raven/releases/tag/v0.0.0

0 comments on commit 27a9431

Please sign in to comment.