Skip to content

Commit

Permalink
chore: Prepare release v0.2.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
shulard committed Oct 29, 2022
1 parent 9ee26c0 commit 81f1767
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,22 +5,25 @@ 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]

## [v0.2.0] - 2022-10-29
### Changed
- Add more open version constraints to let install Raven in more projects.
As a library, being too strict with dependencies is always bad.

## [0.1.0] - 2022-10-06
## [v0.1.0] - 2022-10-06
### Added
- Introduces a new object in the `CHStudio\Raven\Http\Factory` namespace named:
`RequestUriParametersResolver`. It allows resolving URI parameters value using
a `ValueResolverInterface` object.

## [0.0.0] - 2022-10-04
## [v0.0.0] - 2022-10-04

> **Welcome Raven !**
>
> This is the first release for this library, now we are able to test OpenAPI docs !
[Unreleased]: https://github.com/chstudio/raven/compare/v0.1.0...HEAD
[0.1.0]: https://github.com/chstudio/raven/releases/tag/v0.1.0
[0.0.0]: https://github.com/chstudio/raven/releases/tag/v0.0.0
[Unreleased]: https://github.com/chstudio/raven/compare/v0.2.0...HEAD
[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 81f1767

Please sign in to comment.