Skip to content

Commit

Permalink
Preparing release v1.12.0 (#285)
Browse files Browse the repository at this point in the history
  • Loading branch information
sywhang authored Aug 4, 2021
1 parent 931c2ba commit 54d6461
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ 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).

## [1.12.0] - 2021-07-29
### Added
- Support for ProvideInfo and FillProvideInfo that allow the caller of
`Provide` to get info about what dig understood from the constructor.

## [1.11.0] - 2021-06-09
### Added
- Support unexported fields on `dig.In` structs with the
Expand Down
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@
package dig

// Version of the library.
const Version = "1.11.0-dev"
const Version = "1.12.0"

0 comments on commit 54d6461

Please sign in to comment.