Skip to content

Commit 1320bc6

Browse files
authored
Prepare release v1.20.0 (#1094)
This updates the changelog for v1.20.0 release.
1 parent c7f2185 commit 1320bc6

2 files changed

Lines changed: 10 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,15 @@ All notable changes to this project will be documented in this file.
1010
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
1111
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
1212

13-
## Unreleased
14-
- No changes yet.
13+
## [1.20.0](https://github.com/uber-go/fx/compare/v1.19.3...v1.20.0) - 2023-06-12
14+
15+
### Added
16+
- A new event `fxevent.Run` is now emitted when Fx runs a constructor, decorator,
17+
or supply/replace stub.
18+
19+
### Changed
20+
- `fx.Populate` now works with `fx.Annotate`.
21+
- Upgrade Dig dependency to v1.17.0.
1522

1623
## [1.19.3](https://github.com/uber-go/fx/compare/v1.19.2...v1.19.3) - 2023-04-17
1724

version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@
2121
package fx
2222

2323
// Version is exported for runtime compatibility checks.
24-
const Version = "1.20.0-dev"
24+
const Version = "1.20.0"

0 commit comments

Comments
 (0)