Skip to content

Commit

Permalink
Prepare for releasing v1.16.0 (#820)
Browse files Browse the repository at this point in the history
  • Loading branch information
sywhang committed Dec 3, 2021
1 parent f3d5929 commit 3867885
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
14 changes: 11 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,18 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## Unreleased
## [1.16.0] - 2021-12-02
### Added
- Add the ability to provide a function as multiple interfaces at once using `fx.As`.

### Changed
- `fx.Annotate`: support variadic functions, and feeding value groups into
them.
- `fx.Annotate`: support variadic functions, and feeding value groups into them.

### Fixed
- Fix an issue where OnStop hooks weren't getting called on SIGINT on Windows.
- Fix a data race between app.Done() and shutdown.

[1.16.0]: https://github.com/uber-go/fx/compare/v1.15.0...v1.16.0

## [1.15.0] - 2021-11-08
### Added
Expand Down
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@
package fx

// Version is exported for runtime compatibility checks.
const Version = "1.16.0-dev"
const Version = "1.16.0"

0 comments on commit 3867885

Please sign in to comment.