Skip to content

Commit bd5adc2

Browse files
committed
Release 0.2.6
1 parent 2fb88c6 commit bd5adc2

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ 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.6] - 2021-03-04
14+
15+
- [Support item attributes in any order.](https://github.com/taiki-e/pin-project-lite/pull/57)
16+
1317
## [0.2.5] - 2021-03-02
1418

1519
- [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.
@@ -180,7 +184,8 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com
180184

181185
Initial release
182186

183-
[Unreleased]: https://github.com/taiki-e/pin-project-lite/compare/v0.2.5...HEAD
187+
[Unreleased]: https://github.com/taiki-e/pin-project-lite/compare/v0.2.6...HEAD
188+
[0.2.6]: https://github.com/taiki-e/pin-project-lite/compare/v0.2.5...v0.2.6
184189
[0.2.5]: https://github.com/taiki-e/pin-project-lite/compare/v0.2.4...v0.2.5
185190
[0.2.4]: https://github.com/taiki-e/pin-project-lite/compare/v0.2.3...v0.2.4
186191
[0.2.3]: https://github.com/taiki-e/pin-project-lite/compare/v0.2.2...v0.2.3

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

0 commit comments

Comments
 (0)