Skip to content

Commit

Permalink
Release v1.13.1 (#713)
Browse files Browse the repository at this point in the history
* Release v1.13.1

Co-authored-by: Abhinav Gupta <abg@uber.com>

Co-authored-by: Abhinav Gupta <abg@uber.com>
  • Loading branch information
shirchen and abhinav committed Aug 19, 2020
1 parent 95a6f69 commit 59a1838
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 5 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,10 @@ 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]
- No changes yet.
## [1.13.1] - 2020-08-19
### Fixed
- Fix minimum version constraint for dig. `fx.ValidateGraph` requires at least
dig 1.10.

## [1.13.0] - 2020-06-16
### Added
Expand Down Expand Up @@ -206,7 +208,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.13.0...HEAD
[1.13.1]: https://github.com/uber-go/fx/compare/v1.13.0...v1.13.1
[1.13.0]: https://github.com/uber-go/fx/compare/v1.12.0...v1.13.0
[1.12.0]: https://github.com/uber-go/fx/compare/v1.11.0...v1.12.0
[1.11.0]: https://github.com/uber-go/fx/compare/v1.10.0...1.11.0
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.14.0-dev"
const Version = "1.13.1"

0 comments on commit 59a1838

Please sign in to comment.