Skip to content

Commit c8eb7b9

Browse files
authored
Prepare release v1.18.2 (#434)
Prepare a release to fix the exported version string.
1 parent 79808e1 commit c8eb7b9

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,10 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
66

7-
## Unreleased
8-
- No changes yet.
7+
## [1.18.2] - 2025-05-08
8+
### Fixed
9+
10+
- The exported Version string incorrectly containing "-dev".
911

1012
## [1.18.1] - 2025-03-03
1113
### Changed

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

0 commit comments

Comments
 (0)