File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,11 @@ All notable changes to this project will be documented in this file.
10
10
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
11
11
and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
12
12
13
+ ## [ 1.19.2] ( https://github.com/uber-go/fx/compare/v1.19.1...v1.19.2 ) - 2023-02-21
14
+ ### Changed
15
+ - Upgrade Dig dependency to v1.16.1.
16
+
17
+
13
18
## [ 1.19.1] ( https://github.com/uber-go/fx/compare/v1.18.0...v1.19.1 ) - 2023-01-10
14
19
### Changed
15
20
- Calling ` fx.Stop() ` after the ` App ` has already stopped no longer errors out.
Original file line number Diff line number Diff line change 21
21
package fx
22
22
23
23
// Version is exported for runtime compatibility checks.
24
- const Version = "1.19.1 "
24
+ const Version = "1.19.2 "
You can’t perform that action at this time.
0 commit comments