File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
55and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
66
7- ## [ Unreleased ]
7+ ## [ 1.9.0 ] - 2019-01-22
88### Added
99- Add the ability to shutdown Fx applications from inside the container. See
1010 the Shutdowner documentation for details.
@@ -175,7 +175,7 @@ promising API compatibility between beta releases and the final 1.0.0 release.
175175In fact, we expect our beta user feedback to require some changes to the way
176176things work. Once we reach 1.0, we will provider proper version compatibility.
177177
178- [ Unreleased ] : https://github.com/uber-go/fx/compare/v1.8.0...HEAD
178+ [ 1.9.0 ] : https://github.com/uber-go/fx/compare/v1.8.0...v1.9.0
179179[ 1.8.0 ] : https://github.com/uber-go/fx/compare/v1.7.1...v1.8.0
180180[ 1.7.1 ] : https://github.com/uber-go/fx/compare/v1.7.0...v1.7.1
181181[ 1.7.0 ] : https://github.com/uber-go/fx/compare/v1.6.0...v1.7.0
Original file line number Diff line number Diff line change 2121package fx
2222
2323// Version is exported for runtime compatibility checks.
24- const Version = "1.8 .0"
24+ const Version = "1.9 .0"
You can’t perform that action at this time.
0 commit comments