From 4ed15d67c9c361c2fa576ac6cf89c98e5c3ed4b4 Mon Sep 17 00:00:00 2001 From: Stjepan Glavina Date: Wed, 27 Nov 2019 16:12:31 +0100 Subject: [PATCH] Fix links in the changelog --- CHANGELOG.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 533dcaf..e637d4d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) @@ -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