Skip to content

Commit 956eea3

Browse files
committed
Release v1.13.0
1 parent 6b37a98 commit 956eea3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ 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.13.0] - 2020-06-16
88
### Added
99
- Added `fx.ValidateGraph` which allows graph cycle validation and dependency correctness
1010
without running anything. This is useful if `fx.Invoke` has side effects, does I/O, etc.
@@ -203,7 +203,7 @@ promising API compatibility between beta releases and the final 1.0.0 release.
203203
In fact, we expect our beta user feedback to require some changes to the way
204204
things work. Once we reach 1.0, we will provider proper version compatibility.
205205

206-
[Unreleased]: https://github.com/uber-go/fx/compare/v1.12.0...HEAD
206+
[1.13.0]: https://github.com/uber-go/fx/compare/v1.12.0...v1.13.0
207207
[1.12.0]: https://github.com/uber-go/fx/compare/v1.11.0...v1.12.0
208208
[1.11.0]: https://github.com/uber-go/fx/compare/v1.10.0...1.11.0
209209
[1.10.0]: https://github.com/uber-go/fx/compare/v1.9.0...v1.10.0

version.go

+1-1
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.13.0-dev"
24+
const Version = "1.13.0"

0 commit comments

Comments
 (0)