Skip to content

Commit af45368

Browse files
authored
Prepare release v1.19.0 (#437)
Prepare changelog and version for a v1.19.0 release.
1 parent 70add85 commit af45368

File tree

2 files changed

+16
-3
lines changed

2 files changed

+16
-3
lines changed

CHANGELOG.md

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,26 @@ 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.19.0] - 2025-05-13
8+
9+
### Added
10+
- `BeforeCallback`s can be registered using `WithProviderBeforeCallback` and
11+
`WithDecoratorBeforeCallback` to hook custom callbacks into Dig
12+
to be run before constructors or decorators are run.
13+
14+
### Changed
15+
- Dot graph generation now results in much more clean and organized dot files.
16+
17+
Thanks to @Groxx, @architagr, and @pgimalac for their contributions to this release.
18+
19+
[1.19.0]: https://github.com/uber-go/dig/compare/v1.18.2...v1.19.0
920

1021
## [1.18.2] - 2025-05-08
1122
### Fixed
1223
- The exported Version string incorrectly containing "-dev".
1324

25+
[1.18.2]: https://github.com/uber-go/dig/compare/v1.18.1...v1.18.2
26+
1427
## [1.18.1] - 2025-03-03
1528
### Changed
1629
- Dot graph generation's internal implementation was changed so that

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.19.0"

0 commit comments

Comments
 (0)