File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,11 +10,15 @@ All notable changes to this project will be documented in this file.
1010The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ )
1111and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
1212
13- ## Unreleased
13+ ## [ 1.21.0 ] ( https://github.com/uber-go/fx/compare/v1.20.1...v1.21.0 ) - 2024-03-13
1414
1515### Added
1616- fxtest: Add WithTestLogger option that uses a ` testing.TB ` as the
1717 Fx event logger.
18+ - An fxevent logger that can log events using a slog logger has been added.
19+
20+ ### Changed
21+ - Upgrade Dig dependency to v1.17.1
1822
1923## [ 1.20.1] ( https://github.com/uber-go/fx/compare/v1.20.0...v1.20.1 ) - 2023-10-17
2024
Original file line number Diff line number Diff line change 2121package fx
2222
2323// Version is exported for runtime compatibility checks.
24- const Version = "1.21.0-dev "
24+ const Version = "1.21.0"
You can’t perform that action at this time.
0 commit comments