Skip to content

Commit 2fec0b8

Browse files
authored
Prepare release v1.19.3 (#1069)
Update changelog for v1.19.3 release. This also fixes some issues in the previous couple releases' changelog entries.
1 parent 7174fde commit 2fec0b8

2 files changed

Lines changed: 18 additions & 3 deletions

File tree

CHANGELOG.md

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

13-
## Unreleased
13+
## [1.19.3](https://github.com/uber-go/fx/compare/v1.19.2...v1.19.3) - 2023-04-17
14+
### Changed
15+
- Fixed several typos in docs.
16+
- WASM build support.
17+
- Annotating In and Out structs with From/As annotations generated invalid results.
18+
The annotation check now blocks this.
19+
- `Shutdown`: Support calling from `Invoke`.
20+
1421
### Deprecated
1522
- Deprecate `ShutdownTimeout` option.
1623

17-
## [1.19.1](https://github.com/uber-go/fx/compare/v1.18.0...v1.19.1) - 2023-01-10
24+
### Fixed
25+
- Respect Shutdowner ExitCode from calling `Run`.
26+
27+
## [1.19.2](https://github.com/uber-go/fx/compare/v1.19.1...v1.19.2) - 2023-02-21
28+
29+
### Changed
30+
- Update Dig dependency to v1.16.1.
31+
32+
## [1.19.1](https://github.com/uber-go/fx/compare/v1.19.0...v1.19.1) - 2023-01-10
1833

1934
### Changed
2035
- Calling `fx.Stop()` after the `App` has already stopped no longer errors out.

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

0 commit comments

Comments
 (0)