Skip to content

Commit 79808e1

Browse files
authored
Prepare release v1.18.1 (#428)
This preps release of Dig v1.18.1.
1 parent 1190017 commit 79808e1

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff 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`

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.19.0-dev"
24+
const Version = "1.18.1-dev"

0 commit comments

Comments
 (0)