Skip to content

Commit 213eb86

Browse files
authored
Back to development (#1012)
1 parent 887c07c commit 213eb86

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ All notable changes to this project will be documented in this file.
1010
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
1111
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
1212

13+
## Unreleased
14+
- No changes yet.
15+
1316
## [1.19.0](https://github.com/uber-go/fx/compare/v1.18.2...v1.19.0) - 2023-01-03
1417
### Added
1518
- `fx.RecoverFromPanics` Option which allows Fx to recover from user-provided constructors

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

0 commit comments

Comments
 (0)