Skip to content

Commit

Permalink
doc(CHANGELOG.md.md) update to version 3.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lucatume committed Jan 20, 2023
1 parent fecee57 commit 7437ec0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ to [Semantic Versioning](http://semver.org/).

## [unreleased] Unreleased

## [3.0.2] 2023-01-20;

### Added
- Add support for resolving primitive values (e.g. int, string, bool etc...) using `Container::when()`, `Container::needs()` and `Container::give()` (thanks @defunctl).

Expand Down Expand Up @@ -410,4 +412,5 @@ org/psr/psr-11/)
[3.0.0]: https://github.com/lucatume/di52/compare/2.1.5...3.0.0
[3.0.1]: https://github.com/lucatume/di52/compare/3.0.0...3.0.1
[3.0.1]: https://github.com/lucatume/di52/compare/3.0.1...3.0.1
[unreleased]: https://github.com/lucatume/di52/compare/3.0.1...HEAD
[3.0.2]: https://github.com/lucatume/di52/compare/3.0.1...3.0.2
[unreleased]: https://github.com/lucatume/di52/compare/3.0.2...HEAD

0 comments on commit 7437ec0

Please sign in to comment.