File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
77## Unreleased
88- No changes yet.
99
10+ ## [ 1.18.1] - 2025-03-03
11+ ### Changed
12+ - Dot graph generation's internal implementation was changed so that
13+ Go linker can successfully perform dead code elimination for Go apps
14+ that use Dig.
15+
16+ Thanks to @pgimalac for their contribution to this releaase.
17+
18+ [ 1.18.1 ] : https://github.com/uber-go/dig/compare/v1.18.0...v1.18.1
19+
1020## [ 1.18.0] - 2024-08-07
1121### Added
1222- Child scope constructors are now visualized via ` Visualize `
Original file line number Diff line number Diff line change 2121package dig
2222
2323// Version of the library.
24- const Version = "1.19.0 -dev"
24+ const Version = "1.18.1 -dev"
You can’t perform that action at this time.
0 commit comments