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,6 +10,16 @@ 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+ ## [ 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
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.22.3-dev "
24+ const Version = "1.23.0 "
You can’t perform that action at this time.
0 commit comments