Skip to content

Commit 67800c3

Browse files
authored
Prepare for release v1.16.1 (#372)
1 parent ddb708f commit 67800c3

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

CHANGELOG.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,11 @@ 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.1] - 2023-01-10
8+
### Fixed
9+
- A panic when `DryRun` was used with `Decorate`.
10+
11+
[1.16.1]: https://github.com/uber-go/dig/compare/v1.16.0...v1.16.1
912

1013
## [1.16.0] - 2023-01-03
1114
### Added
@@ -15,7 +18,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
1518

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

18-
[1.l6.0]: https://github.com/uber-go/dig/compare/v1.15.0...v1.16.0
21+
[1.16.0]: https://github.com/uber-go/dig/compare/v1.15.0...v1.16.0
1922

2023
## [1.15.0] - 2022-08-02
2124
### Added

version.go

Lines changed: 1 addition & 1 deletion
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.17.0-dev"
24+
const Version = "1.16.1"

0 commit comments

Comments
 (0)