Skip to content

Commit d66bd3a

Browse files
committed
Release v1.16.0 (#368)
Refs GO-1790.
1 parent 6ef87c8 commit d66bd3a

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

CHANGELOG.md

+9-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,15 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
66

7-
## Unreleased
8-
- No changes yet.
7+
## [1.16.0] - 2022-12-13
8+
### Added
9+
- Add `RecoverFromPanics` option, which provides panic-recovery mechanism for Container.
10+
- Add `Error` interface which enables distinguishing errors from Dig using standard `errors`
11+
package.
12+
13+
Thanks to @mie998 for their contribution(s) to this release.
14+
15+
[1.l6.0]: https://github.com/uber-go/dig/compare/v1.15.0...v1.16.0
916

1017
## [1.15.0] - 2022-08-02
1118
### Added

version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@
2121
package dig
2222

2323
// Version of the library.
24-
const Version = "1.16.0-dev"
24+
const Version = "1.16.0"

0 commit comments

Comments
 (0)