Skip to content

Commit

Permalink
Prepare for release v1.14.1 (#335)
Browse files Browse the repository at this point in the history
  • Loading branch information
sywhang authored Mar 22, 2022
1 parent 063171a commit d14f6ca
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 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.14.1] - 2022-03-22
### Fixed
- Fix an issue where a dependency for a decoration supplied by another decorator in the
same scope is ignored.
- Fix a panic when submitting a single value as a value group in `Scope.Decorate`.
- Upon a provide error, make the error message contain the function named specified
by LocationForPC Option.

[1.14.1]: https://github.com/uber-go/dig/compare/v1.14.0...v1.14.1

## [1.14.0] - 2022-02-23
### Added
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.15.0-dev"
const Version = "1.14.1"

0 comments on commit d14f6ca

Please sign in to comment.