File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,8 +4,20 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
55and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
66
7- ## Unreleased
8- - No changes yet.
7+ ## [ 1.17.1] - 2023-10-19
8+ ### Added
9+ - Suggestions for value vs. pointer elements for slice and array types.
10+
11+ ### Fixed
12+ - An issue where value group values were not getting decorated
13+ by decorators within the same module when using dig.Export(true).
14+ - A typo in docs.
15+ - An issue where false positives in cycle detection were occurring
16+ when providing to a child scope.
17+
18+ Thanks to @paullen and @lcarilla for their contributions to this release.
19+
20+ [ 1.17.1 ] : https://github.com/uber-go/dig/compare/v1.17.0...v1.17.1
921
1022## [ 1.17.0] - 2023-05-02
1123### Added
Original file line number Diff line number Diff line change 2121package dig
2222
2323// Version of the library.
24- const Version = "1.18.0-dev "
24+ const Version = "1.17.1 "
You can’t perform that action at this time.
0 commit comments