Skip to content

Commit 699948c

Browse files
authored
Preparing release v1.23.0 (#1241)
Update changelog and version for a 1.23.0 release. Tip of Fx has been tested internally at Uber with no issues.
1 parent 57f8ff4 commit 699948c

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,16 @@ 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+
## [1.23.0](https://github.com/uber-go/fx/compare/v1.22.2...v1.22.3) - 2024-10-11
14+
15+
### Added
16+
- Added `Runtime` to `fxevent.Run` event, which stores the runtime of
17+
a constructor or a decorator that's run, including functions created
18+
by `fx.Supply` and `fx.Replace`.
19+
20+
### Changed
21+
- Overhauled the documentation website. (https://uber-go.github.io/fx/)
22+
1323
## [1.22.2](https://github.com/uber-go/fx/compare/v1.22.1...v1.22.2) - 2024-08-07
1424

1525
### Fixed

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

0 commit comments

Comments
 (0)