Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
pattisahusiwa committed Aug 30, 2020
1 parent 789aa8a commit 3929edf
Showing 1 changed file with 12 additions and 5 deletions.
17 changes: 12 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,20 @@
# Changelog
All notable changes to this project will be documented in this file.

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]


## [0.2] - 2020-08-30
- Set supported PHP version to `>= 7.1`
- `ReflectionParameter::getClass` is deprecated on PHP 8. Replaced with `ReflectionParameter::getType`
- Handle invalid `getFrom` format
- Remove optional class and interface arguments
- Support passing object as `instanceOf` value


## [0.1] - 2020-08-21
Initial release

[Unreleased]: https://github.com/pattisahusiwa/dice-wrapper/compare/v0.1...HEAD
[0.1]: https://github.com/pattisahusiwa/dice-wrapper/releases/tag/v0.1
[Unreleased]: https://github.com/pattisahusiwa/dicontainer/compare/v0.2...HEAD
[0.2]: https://github.com/pattisahusiwa/dicontainer/releases/tag/v0.2
[0.1]: https://github.com/pattisahusiwa/dicontainer/releases/tag/v0.1

0 comments on commit 3929edf

Please sign in to comment.