Skip to content

Commit

Permalink
Release 0.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
taiki-e committed Jun 26, 2021
1 parent b82e17e commit d21bbea
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 10 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com

## [Unreleased]

## [0.2.7] - 2021-06-26

- [Support custom Drop implementation.](https://github.com/taiki-e/pin-project-lite/pull/25) See [#25](https://github.com/taiki-e/pin-project-lite/pull/25) for details.

## [0.2.6] - 2021-03-04

- [Support item attributes in any order.](https://github.com/taiki-e/pin-project-lite/pull/57)
Expand Down Expand Up @@ -184,7 +188,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.6...HEAD
[Unreleased]: https://github.com/taiki-e/pin-project-lite/compare/v0.2.7...HEAD
[0.2.7]: https://github.com/taiki-e/pin-project-lite/compare/v0.2.6...v0.2.7
[0.2.6]: https://github.com/taiki-e/pin-project-lite/compare/v0.2.5...v0.2.6
[0.2.5]: https://github.com/taiki-e/pin-project-lite/compare/v0.2.4...v0.2.5
[0.2.4]: https://github.com/taiki-e/pin-project-lite/compare/v0.2.3...v0.2.4
Expand Down
14 changes: 5 additions & 9 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pin-project-lite"
version = "0.2.6"
version = "0.2.7"
authors = ["Taiki Endo <te316e89@gmail.com>"]
edition = "2018"
license = "Apache-2.0 OR MIT"
Expand All @@ -13,18 +13,14 @@ description = """
A lightweight version of pin-project written with declarative macros.
"""

[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]

[workspace]
members = [
"tests/doc",
"tests/no-core",
"tests/no-std",
]
members = ["tests/doc", "tests/no-core", "tests/no-std"]

[dev-dependencies]
macrotest = "1.0.8"
rustversion = "1"
static_assertions = "1"
trybuild = "1"

[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]

0 comments on commit d21bbea

Please sign in to comment.