aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2021-04-02 20:08:10 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2021-04-02 20:08:10 +0000
commitb4dee5c78599b3e8c41a67bf1816606f516504b4 (patch)
tree33606e3663ed7bfe2c6fdc2fb260ef81d381059e /CHANGELOG.md
parent798e77f9ad5a4fd5b91b5cdf19ad52b515818522 (diff)
parenta2c3c5670470c790d3e70ca3392536d4b69e708e (diff)
downloadpin-project-b4dee5c78599b3e8c41a67bf1816606f516504b4.tar.gz
Upgrade rust/crates/pin-project to 1.0.6 am: a2c3c56704
Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/pin-project/+/1662597 Change-Id: I3478da4b3fbb6590fcd8176850033d95963b1c85
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md7
1 files changed, 6 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index a36fdc6..a9b56e1 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -10,6 +10,10 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com
## [Unreleased]
+## [1.0.6] - 2021-03-25
+
+- [Suppress `clippy::semicolon_if_nothing_returned` lint in generated code.](https://github.com/taiki-e/pin-project/pull/318)
+
## [1.0.5] - 2021-02-03
- [Suppress `deprecated` lint in generated code.](https://github.com/taiki-e/pin-project/pull/313)
@@ -584,7 +588,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.5...HEAD
+[Unreleased]: https://github.com/taiki-e/pin-project/compare/v1.0.6...HEAD
+[1.0.6]: https://github.com/taiki-e/pin-project/compare/v1.0.5...v1.0.6
[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