Skip to content

Commit 9b9307c

Browse files
authored
Prepare release 1.18.0 (#415)
* Prepare release 1.18.0 Update changelog and `Version` in preparation for a 1.18.0 release. * update date
1 parent 89f5733 commit 9b9307c

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,14 @@ 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.0] - 2024-08-07
8+
### Added
9+
- Child scope constructors are now visualized via `Visualize`
10+
- `CallbackInfo` now includes constructor/decorator run time.
11+
12+
Thanks to @greeflas for their contribution to this release.
13+
14+
[1.18.0]: https://github.com/uber-go/dig/compare/v1.17.1...v1.18.0
915

1016
## [1.17.1] - 2023-10-19
1117
### Added

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

0 commit comments

Comments
 (0)