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,8 +10,14 @@ 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
14- - No changes yet.
13+ ## [ 1.24.0] ( https://github.com/uber-go/fx/compare/v1.23.0...v1.24.0 ) - 2025-05-13
14+
15+ ### Added
16+ - A new event ` fxevent.BeforeRun ` is now emitted before Fx runs a constructor,
17+ decorator, or supply/replace stub.
18+
19+ ### Changed
20+ - Clearer error messages are now used when annotation building fails.
1521
1622## [ 1.23.0] ( https://github.com/uber-go/fx/compare/v1.22.2...v1.22.3 ) - 2024-10-11
1723
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.23.1-dev "
24+ const Version = "1.24.0 "
You can’t perform that action at this time.
0 commit comments