Skip to content

Commit 3c7d5e3

Browse files
authored
Prepare release v1.17.1 (#399)
This updates the changelog and version to 1.17.1 to prepare for tagging a new release.
1 parent 69df15c commit 3c7d5e3

2 files changed

Lines changed: 15 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,20 @@ 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.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

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

0 commit comments

Comments
 (0)