Skip to content

Commit

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

## [Unreleased]

## [1.0.7] - 2021-04-16

- Fix compile error when using `self::` as prefix of path inside `#[pinned_drop]` impl.

## [1.0.6] - 2021-03-25
Expand Down Expand Up @@ -596,7 +598,8 @@ See also [tracking issue for 0.4 release](https://github.com/taiki-e/pin-project

Initial release

[Unreleased]: https://github.com/taiki-e/pin-project/compare/v1.0.6...HEAD
[Unreleased]: https://github.com/taiki-e/pin-project/compare/v1.0.7...HEAD
[1.0.7]: https://github.com/taiki-e/pin-project/compare/v1.0.6...v1.0.7
[1.0.6]: https://github.com/taiki-e/pin-project/compare/v1.0.5...v1.0.6
[1.0.5]: https://github.com/taiki-e/pin-project/compare/v1.0.4...v1.0.5
[1.0.4]: https://github.com/taiki-e/pin-project/compare/v1.0.3...v1.0.4
Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pin-project"
version = "1.0.6"
version = "1.0.7"
authors = ["Taiki Endo <te316e89@gmail.com>"]
edition = "2018"
license = "Apache-2.0 OR MIT"
Expand All @@ -27,7 +27,7 @@ members = [
]

[dependencies]
pin-project-internal = { version = "=1.0.6", path = "pin-project-internal", default-features = false }
pin-project-internal = { version = "=1.0.7", path = "pin-project-internal", default-features = false }

[dev-dependencies]
pin-project-auxiliary-macro = { path = "tests/auxiliary/macro" }
Expand Down
2 changes: 1 addition & 1 deletion pin-project-internal/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pin-project-internal"
version = "1.0.6"
version = "1.0.7"
authors = ["Taiki Endo <te316e89@gmail.com>"]
edition = "2018"
license = "Apache-2.0 OR MIT"
Expand Down

0 comments on commit c110ce7

Please sign in to comment.