From 5707cf226c74b81387f498bb5d6896d978fccd4a Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Wed, 3 Feb 2021 22:46:11 +0900 Subject: [PATCH] Release 1.0.5 --- CHANGELOG.md | 7 +++++-- Cargo.toml | 4 ++-- pin-project-internal/Cargo.toml | 2 +- 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7b671118..a36fdc6d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,7 +10,9 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com ## [Unreleased] -- Suppress `deprecated` lint in generated code. +## [1.0.5] - 2021-02-03 + +- [Suppress `deprecated` lint in generated code.](https://github.com/taiki-e/pin-project/pull/313) ## [1.0.4] - 2021-01-09 @@ -582,7 +584,8 @@ See also [tracking issue for 0.4 release](https://github.com/taiki-e/pin-project Initial release -[Unreleased]: https://github.com/taiki-e/pin-project/compare/v1.0.4...HEAD +[Unreleased]: https://github.com/taiki-e/pin-project/compare/v1.0.5...HEAD +[1.0.5]: https://github.com/taiki-e/pin-project/compare/v1.0.4...v1.0.5 [1.0.4]: https://github.com/taiki-e/pin-project/compare/v1.0.3...v1.0.4 [1.0.3]: https://github.com/taiki-e/pin-project/compare/v1.0.2...v1.0.3 [1.0.2]: https://github.com/taiki-e/pin-project/compare/v1.0.1...v1.0.2 diff --git a/Cargo.toml b/Cargo.toml index a80fd650..454fee7d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pin-project" -version = "1.0.4" +version = "1.0.5" authors = ["Taiki Endo "] edition = "2018" license = "Apache-2.0 OR MIT" @@ -27,7 +27,7 @@ members = [ ] [dependencies] -pin-project-internal = { version = "=1.0.4", path = "pin-project-internal", default-features = false } +pin-project-internal = { version = "=1.0.5", path = "pin-project-internal", default-features = false } [dev-dependencies] pin-project-auxiliary-macro = { path = "tests/auxiliary/macro" } diff --git a/pin-project-internal/Cargo.toml b/pin-project-internal/Cargo.toml index c718852a..ab5102cc 100644 --- a/pin-project-internal/Cargo.toml +++ b/pin-project-internal/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pin-project-internal" -version = "1.0.4" +version = "1.0.5" authors = ["Taiki Endo "] edition = "2018" license = "Apache-2.0 OR MIT"