Skip to content

Commit 9636854

Browse files
authored
Prepare release v1.20.1 (#1126)
This updates the changelog for v1.20.1 release.
1 parent 1a5cc04 commit 9636854

2 files changed

Lines changed: 7 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,12 @@ 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.1](https://github.com/uber-go/fx/compare/v1.20.0...v1.20.1) - 2023-10-17
14+
15+
### Added
16+
- Provided, Decorated, Supplied, and Replaced events now include a trace
17+
of module locations through which the option was given to the App.
18+
- wasi support.
1519

1620
## [1.20.0](https://github.com/uber-go/fx/compare/v1.19.3...v1.20.0) - 2023-06-12
1721

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

0 commit comments

Comments
 (0)