Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
pattisahusiwa committed Sep 8, 2020
1 parent ad9d58d commit bd2ee2e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
13 changes: 11 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,16 @@
# Changelog
All notable changes to this project will be documented in this file.

## [Unreleased]
## [0.3]
### Added
- Add exception message of missing interface in constructor arguments
- Support override `getFrom` rule
- Can retrieve constructor argument value from a callable by using `constructParams` rule
- Can override `substitutions` with `constructParams`

### Changed
- Refactoring unit tests
- Change format of `getFrom` rule to `[callback],[callback_arguments]`

## [0.2] - 2020-08-30
- Set supported PHP version to `>= 7.1`
Expand All @@ -15,6 +23,7 @@ All notable changes to this project will be documented in this file.
## [0.1] - 2020-08-21
Initial release

[Unreleased]: https://github.com/pattisahusiwa/dicontainer/compare/v0.2...HEAD
[Unreleased]: https://github.com/pattisahusiwa/dicontainer/compare/v0.3...HEAD
[0.3]: https://github.com/pattisahusiwa/dicontainer/releases/tag/v0.3
[0.2]: https://github.com/pattisahusiwa/dicontainer/releases/tag/v0.2
[0.1]: https://github.com/pattisahusiwa/dicontainer/releases/tag/v0.1
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "0.2-dev"
"dev-master": "0.3-dev"
}
}
}

0 comments on commit bd2ee2e

Please sign in to comment.