Skip to content

Commit

Permalink
Release v1.15.0 (#350)
Browse files Browse the repository at this point in the history
This release v1.15.0.

Refs GO-1552.
  • Loading branch information
sywhang authored Aug 3, 2022
1 parent ea6a3b2 commit 8fe1219
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
Expand Up @@ -4,8 +4,17 @@ 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.15.0] - 2022-08-02
### Added
- Support for `soft` value groups, which specify a value group that only gets populated
with values from already-executed constructors.

### Fixed
- Fix an issue with invoke order affecting results provided by private provides

Thanks to @hbdf for their contributions to this release.

[1.15.0]: https://github.com/uber-go/dig/compare/v1.14.1...v1.15.0

## [1.14.1] - 2022-03-22
### Fixed
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.15.0"

0 comments on commit 8fe1219

Please sign in to comment.