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 887c07c commit 213eb86Copy full SHA for 213eb86
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](http://keepachangelog.com/en/1.0.0/)
11
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
12
13
+## Unreleased
14
+- No changes yet.
15
+
16
## [1.19.0](https://github.com/uber-go/fx/compare/v1.18.2...v1.19.0) - 2023-01-03
17
### Added
18
- `fx.RecoverFromPanics` Option which allows Fx to recover from user-provided constructors
version.go
@@ -21,4 +21,4 @@
21
package fx
22
23
// Version is exported for runtime compatibility checks.
24
-const Version = "1.19.0"
+const Version = "1.20.0-dev"
0 commit comments