From 54d646178f9119287b20f76d325eaa36392e2923 Mon Sep 17 00:00:00 2001 From: Sung Yoon Whang Date: Wed, 4 Aug 2021 16:53:39 -0700 Subject: [PATCH] Preparing release v1.12.0 (#285) --- CHANGELOG.md | 5 +++++ version.go | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ca69300..51ed4293 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/version.go b/version.go index 27ede7a1..c8b7dc60 100644 --- a/version.go +++ b/version.go @@ -21,4 +21,4 @@ package dig // Version of the library. -const Version = "1.11.0-dev" +const Version = "1.12.0"