Skip to content

Commit

Permalink
Prepare for release v1.16.1 (#372)
Browse files Browse the repository at this point in the history
  • Loading branch information
sywhang authored Jan 11, 2023
1 parent ddb708f commit 67800c3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
9 changes: 6 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,11 @@ 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.1] - 2023-01-10
### Fixed
- A panic when `DryRun` was used with `Decorate`.

[1.16.1]: https://github.com/uber-go/dig/compare/v1.16.0...v1.16.1

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

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.16.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.17.0-dev"
const Version = "1.16.1"

0 comments on commit 67800c3

Please sign in to comment.