Skip to content

Commit ecb39bc

Browse files
committed
Release 0.2.5
1 parent 5d4167e commit ecb39bc

File tree

2 files changed

+17
-2
lines changed

2 files changed

+17
-2
lines changed

CHANGELOG.md

+16-1
Original file line numberDiff line numberDiff line change
@@ -10,24 +10,38 @@ 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.5] - 2021-03-02
14+
15+
- [Prepare for removal of `safe_packed_borrows` lint.](https://github.com/taiki-e/pin-project-lite/pull/55) See [#55](https://github.com/taiki-e/pin-project-lite/pull/55) for details.
16+
1317
## [0.2.4] - 2021-01-11
1418

19+
**Note: This release has been yanked.** See [#55](https://github.com/taiki-e/pin-project-lite/pull/55) for details.
20+
1521
- [Add `project_replace`.](https://github.com/taiki-e/pin-project-lite/pull/43)
1622

1723
## [0.2.3] - 2021-01-09
1824

25+
**Note: This release has been yanked.** See [#55](https://github.com/taiki-e/pin-project-lite/pull/55) for details.
26+
1927
- [Suppress `clippy::unknown_clippy_lints` lint in generated code.](https://github.com/taiki-e/pin-project-lite/pull/47)
2028

2129
## [0.2.2] - 2021-01-09
2230

31+
**Note: This release has been yanked.** See [#55](https://github.com/taiki-e/pin-project-lite/pull/55) for details.
32+
2333
- [Suppress `clippy::ref_option_ref` lint in generated code.](https://github.com/taiki-e/pin-project-lite/pull/45)
2434

2535
## [0.2.1] - 2021-01-05
2636

37+
**Note: This release has been yanked.** See [#55](https://github.com/taiki-e/pin-project-lite/pull/55) for details.
38+
2739
- Exclude unneeded files from crates.io.
2840

2941
## [0.2.0] - 2020-11-13
3042

43+
**Note: This release has been yanked.** See [#55](https://github.com/taiki-e/pin-project-lite/pull/55) for details.
44+
3145
- [`pin_project!` macro now supports enums.](https://github.com/taiki-e/pin-project-lite/pull/28)
3246

3347
To use `pin_project!` on enums, you need to name the projection type returned from the method.
@@ -138,7 +152,8 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com
138152

139153
Initial release
140154

141-
[Unreleased]: https://github.com/taiki-e/pin-project-lite/compare/v0.2.4...HEAD
155+
[Unreleased]: https://github.com/taiki-e/pin-project-lite/compare/v0.2.5...HEAD
156+
[0.2.5]: https://github.com/taiki-e/pin-project-lite/compare/v0.2.4...v0.2.5
142157
[0.2.4]: https://github.com/taiki-e/pin-project-lite/compare/v0.2.3...v0.2.4
143158
[0.2.3]: https://github.com/taiki-e/pin-project-lite/compare/v0.2.2...v0.2.3
144159
[0.2.2]: https://github.com/taiki-e/pin-project-lite/compare/v0.2.1...v0.2.2

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.4"
3+
version = "0.2.5"
44
authors = ["Taiki Endo <[email protected]>"]
55
edition = "2018"
66
license = "Apache-2.0 OR MIT"

0 commit comments

Comments
 (0)