Skip to content

Commit

Permalink
Release v1.16.0 (#368)
Browse files Browse the repository at this point in the history
Refs GO-1790.
  • Loading branch information
sywhang committed Jan 4, 2023
1 parent 6ef87c8 commit 2994538
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.16.0] - 2023-01-03
### Added
- Add `RecoverFromPanics` option, which provides panic-recovery mechanism for Container.
- Add `Error` interface which enables distinguishing errors from Dig using standard `errors`
package.

Thanks to @mie998 for their contribution(s) to this release.

[1.l6.0]: https://github.com/uber-go/dig/compare/v1.15.0...v1.16.0

## [1.15.0] - 2022-08-02
### 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.16.0-dev"
const Version = "1.16.0"

0 comments on commit 2994538

Please sign in to comment.