Skip to content

Commit

Permalink
doc(CHANGELOG.md.md) update to version 3.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lucatume committed Mar 17, 2023
1 parent a813edc commit 2ad290d
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.3.1] 2023-03-17;

### Fixed

- Allow bound interfaces to properly resolve their concrete class when the concrete class has contextual bindings (thanks @defunctl). e.g. the following will now work properly:
Expand Down Expand Up @@ -490,4 +492,5 @@ org/psr/psr-11/)
[3.2.0]: https://github.com/lucatume/di52/compare/3.1.1...3.2.0
[3.2.1]: https://github.com/lucatume/di52/compare/3.2.0...3.2.1
[3.3.0]: https://github.com/lucatume/di52/compare/3.2.1...3.3.0
[unreleased]: https://github.com/lucatume/di52/compare/3.3.0...HEAD
[3.3.1]: https://github.com/lucatume/di52/compare/3.3.0...3.3.1
[unreleased]: https://github.com/lucatume/di52/compare/3.3.1...HEAD

0 comments on commit 2ad290d

Please sign in to comment.