Skip to content

Commit 7940a27

Browse files
garkhipovJacobOaks
andauthored
Prepare release v1.21.0 (#1171)
Updates version and changelog for v1.21.0. --------- Co-authored-by: Jacob Oaks <joaks@uber.com>
1 parent 340d5ac commit 7940a27

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,11 +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
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

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

0 commit comments

Comments
 (0)