Skip to content

Commit

Permalink
Preparing release v1.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
manjari25 committed May 2, 2023
1 parent 027aa21 commit 9098d4b
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,15 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## Unreleased
- No changes yet.
## [1.17.0] - 2023-05-02
### Added
- Allow using `dig.As` with `dig.Group`.
- Add `FillInvokeInfo` Option and `InvokeInfo` struct to help
extract the types requested by an `Invoke` statement.
- To get visibility into constructor and decorator calls, introduce
`WithCallback` Option to provide callback functions.

[1.17.0]: https://github.com/uber-go/dig/compare/v1.16.1...v1.17.0

## [1.16.1] - 2023-01-10
### Fixed
Expand Down

0 comments on commit 9098d4b

Please sign in to comment.