Skip to content

Commit

Permalink
Release 0.2.16
Browse files Browse the repository at this point in the history
  • Loading branch information
taiki-e committed Jan 6, 2025
1 parent 2c26534 commit cca1e8a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit cca1e8a

Please sign in to comment.