Skip to content

Commit

Permalink
Prepare release 1.18.0 (#415)
Browse files Browse the repository at this point in the history
* Prepare release 1.18.0

Update changelog and `Version` in preparation for a 1.18.0 release.

* update date
  • Loading branch information
JacobOaks authored Aug 7, 2024
1 parent 89f5733 commit 9b9307c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
10 changes: 8 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,14 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## Unreleased
- No changes yet.
## [1.18.0] - 2024-08-07
### Added
- Child scope constructors are now visualized via `Visualize`
- `CallbackInfo` now includes constructor/decorator run time.

Thanks to @greeflas for their contribution to this release.

[1.18.0]: https://github.com/uber-go/dig/compare/v1.17.1...v1.18.0

## [1.17.1] - 2023-10-19
### Added
Expand Down
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@
package dig

// Version of the library.
const Version = "1.18.0-dev"
const Version = "1.18.0"

0 comments on commit 9b9307c

Please sign in to comment.