Skip to content

Commit 3867885

Browse files
authored
Prepare for releasing v1.16.0 (#820)
1 parent f3d5929 commit 3867885

File tree

2 files changed

+12
-4
lines changed

2 files changed

+12
-4
lines changed

CHANGELOG.md

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

7-
## Unreleased
7+
## [1.16.0] - 2021-12-02
8+
### Added
9+
- Add the ability to provide a function as multiple interfaces at once using `fx.As`.
10+
811
### Changed
9-
- `fx.Annotate`: support variadic functions, and feeding value groups into
10-
them.
12+
- `fx.Annotate`: support variadic functions, and feeding value groups into them.
13+
14+
### Fixed
15+
- Fix an issue where OnStop hooks weren't getting called on SIGINT on Windows.
16+
- Fix a data race between app.Done() and shutdown.
17+
18+
[1.16.0]: https://github.com/uber-go/fx/compare/v1.15.0...v1.16.0
1119

1220
## [1.15.0] - 2021-11-08
1321
### Added

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

0 commit comments

Comments
 (0)