We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67800c3 commit 5ae7b1fCopy full SHA for 5ae7b1f
CHANGELOG.md
@@ -4,6 +4,9 @@ All notable changes to this project will be documented in this file.
4
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
5
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
6
7
+## Unreleased
8
+- No changes yet.
9
+
10
## [1.16.1] - 2023-01-10
11
### Fixed
12
- A panic when `DryRun` was used with `Decorate`.
version.go
@@ -21,4 +21,4 @@
21
package dig
22
23
// Version of the library.
24
-const Version = "1.16.1"
+const Version = "1.17.0-dev"
0 commit comments