We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 443b55a commit 0a30575Copy full SHA for 0a30575
CHANGELOG.md
@@ -10,6 +10,9 @@ All notable changes to this project will be documented in this file.
10
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
11
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
12
13
+## Unreleased
14
+- No changes yet.
15
+
16
## [1.24.0](https://github.com/uber-go/fx/compare/v1.23.0...v1.24.0) - 2025-05-13
17
18
### Added
version.go
@@ -21,4 +21,4 @@
21
package fx
22
23
// Version is exported for runtime compatibility checks.
24
-const Version = "1.24.0"
+const Version = "1.25.0-dev"
0 commit comments