diff --git a/CHANGELOG.md b/CHANGELOG.md index e9b1477..2c6bf8c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,8 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com ## [Unreleased] +## [0.2.16] - 2025-01-06 + - Suppress `clippy::absolute_paths`, `clippy::min_ident_chars`, and `clippy::single_char_lifetime_names` lints in generated code. ## [0.2.15] - 2024-10-24 @@ -224,7 +226,8 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com Initial release -[Unreleased]: https://github.com/taiki-e/pin-project-lite/compare/v0.2.15...HEAD +[Unreleased]: https://github.com/taiki-e/pin-project-lite/compare/v0.2.16...HEAD +[0.2.16]: https://github.com/taiki-e/pin-project-lite/compare/v0.2.15...v0.2.16 [0.2.15]: https://github.com/taiki-e/pin-project-lite/compare/v0.2.14...v0.2.15 [0.2.14]: https://github.com/taiki-e/pin-project-lite/compare/v0.2.13...v0.2.14 [0.2.13]: https://github.com/taiki-e/pin-project-lite/compare/v0.2.12...v0.2.13 diff --git a/Cargo.toml b/Cargo.toml index 61f5223..766d234 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pin-project-lite" -version = "0.2.15" #publish:version +version = "0.2.16" #publish:version edition = "2018" rust-version = "1.37" license = "Apache-2.0 OR MIT"