Skip to content

Commit

Permalink
Fix links in the changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Stjepan Glavina committed Nov 27, 2019
1 parent 0165d7f commit 4ed15d6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://book.async.rs/overview

## [Unreleased]

# [1.2.0] - 2019-11-28
# [1.2.0] - 2019-11-27

[API Documentation](https://docs.rs/async-std/1.2.0/async-std)

Expand Down Expand Up @@ -553,7 +553,8 @@ task::blocking(async {

- Initial beta release

[Unreleased]: https://github.com/async-rs/async-std/compare/v1.1.0...HEAD
[Unreleased]: https://github.com/async-rs/async-std/compare/v1.2.0...HEAD
[1.2.0]: https://github.com/async-rs/async-std/compare/v1.1.0...v1.2.0
[1.1.0]: https://github.com/async-rs/async-std/compare/v1.0.1...v1.1.0
[1.0.1]: https://github.com/async-rs/async-std/compare/v1.0.0...v1.0.1
[1.0.0]: https://github.com/async-rs/async-std/compare/v0.99.12...v1.0.0
Expand Down

0 comments on commit 4ed15d6

Please sign in to comment.