Skip to content

Commit

Permalink
Preparing release v1.10.0 (#689)
Browse files Browse the repository at this point in the history
  • Loading branch information
abhinav committed Nov 20, 2019
1 parent 4137f84 commit ad2e5fa
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,11 @@ 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.10.0] - 2019-11-20
### Added
- All `fx.Option`s now include readable string representations.
- Report stack traces when `fx.Provide` and `fx.Invoke` calls fail. This
should make these errors more debuggable.

### Changed
- Migrated to Go modules.
Expand Down Expand Up @@ -182,7 +184,7 @@ promising API compatibility between beta releases and the final 1.0.0 release.
In fact, we expect our beta user feedback to require some changes to the way
things work. Once we reach 1.0, we will provider proper version compatibility.

[Unreleased]: https://github.com/uber-go/fx/compare/v1.9.0...HEAD
[1.10.0]: https://github.com/uber-go/fx/compare/v1.9.0...v1.10.0
[1.9.0]: https://github.com/uber-go/fx/compare/v1.8.0...v1.9.0
[1.8.0]: https://github.com/uber-go/fx/compare/v1.7.1...v1.8.0
[1.7.1]: https://github.com/uber-go/fx/compare/v1.7.0...v1.7.1
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.9.0"
const Version = "1.10.0"

0 comments on commit ad2e5fa

Please sign in to comment.