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 9b9307c commit ed2ba32Copy full SHA for ed2ba32
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.18.0] - 2024-08-07
11
### Added
12
- Child scope constructors are now visualized via `Visualize`
version.go
@@ -21,4 +21,4 @@
21
package dig
22
23
// Version of the library.
24
-const Version = "1.18.0"
+const Version = "1.19.0-dev"
0 commit comments