Skip to content

Commit cca1e8a

Browse files
committed
Release 0.2.16
1 parent 2c26534 commit cca1e8a

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com
1212

1313
## [Unreleased]
1414

15+
## [0.2.16] - 2025-01-06
16+
1517
- Suppress `clippy::absolute_paths`, `clippy::min_ident_chars`, and `clippy::single_char_lifetime_names` lints in generated code.
1618

1719
## [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
224226

225227
Initial release
226228

227-
[Unreleased]: https://github.com/taiki-e/pin-project-lite/compare/v0.2.15...HEAD
229+
[Unreleased]: https://github.com/taiki-e/pin-project-lite/compare/v0.2.16...HEAD
230+
[0.2.16]: https://github.com/taiki-e/pin-project-lite/compare/v0.2.15...v0.2.16
228231
[0.2.15]: https://github.com/taiki-e/pin-project-lite/compare/v0.2.14...v0.2.15
229232
[0.2.14]: https://github.com/taiki-e/pin-project-lite/compare/v0.2.13...v0.2.14
230233
[0.2.13]: https://github.com/taiki-e/pin-project-lite/compare/v0.2.12...v0.2.13

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "pin-project-lite"
3-
version = "0.2.15" #publish:version
3+
version = "0.2.16" #publish:version
44
edition = "2018"
55
rust-version = "1.37"
66
license = "Apache-2.0 OR MIT"

0 commit comments

Comments
 (0)