Skip to content

Commit dc4b07a

Browse files
committed
Release 0.2.13
1 parent 0bba586 commit dc4b07a

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
@@ -10,6 +10,8 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com
1010

1111
## [Unreleased]
1212

13+
## [0.2.13] - 2023-08-25
14+
1315
- Allow attributes in impl and method of `PinnedDrop` implementation.
1416

1517
## [0.2.12] - 2023-08-09
@@ -210,7 +212,8 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com
210212

211213
Initial release
212214

213-
[Unreleased]: https://github.com/taiki-e/pin-project-lite/compare/v0.2.12...HEAD
215+
[Unreleased]: https://github.com/taiki-e/pin-project-lite/compare/v0.2.13...HEAD
216+
[0.2.13]: https://github.com/taiki-e/pin-project-lite/compare/v0.2.12...v0.2.13
214217
[0.2.12]: https://github.com/taiki-e/pin-project-lite/compare/v0.2.11...v0.2.12
215218
[0.2.11]: https://github.com/taiki-e/pin-project-lite/compare/v0.2.10...v0.2.11
216219
[0.2.10]: https://github.com/taiki-e/pin-project-lite/compare/v0.2.9...v0.2.10

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.12"
3+
version = "0.2.13"
44
edition = "2018"
55
rust-version = "1.37"
66
license = "Apache-2.0 OR MIT"

0 commit comments

Comments
 (0)