Skip to content

Commit 443b55a

Browse files
authored
Prepare release v1.24.0 (#1272)
Prepare changelog and version for a new release.
1 parent a086405 commit 443b55a

2 files changed

Lines changed: 9 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,14 @@ 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
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

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

0 commit comments

Comments
 (0)