Skip to content

Commit

Permalink
Release 1.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
taiki-e committed Oct 24, 2024
1 parent 0e79b89 commit 31fb40c
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 @@ -12,6 +12,8 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com

## [Unreleased]

## [1.1.7] - 2024-10-24

- Work around an issue on negative_impls that allows unsound overlapping `Unpin` implementations. ([#357](https://github.com/taiki-e/pin-project/pull/357))

## [1.1.6] - 2024-10-05
Expand Down Expand Up @@ -714,7 +716,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.1.6...HEAD
[Unreleased]: https://github.com/taiki-e/pin-project/compare/v1.1.7...HEAD
[1.1.7]: https://github.com/taiki-e/pin-project/compare/v1.1.6...v1.1.7
[1.1.6]: https://github.com/taiki-e/pin-project/compare/v1.1.5...v1.1.6
[1.1.5]: https://github.com/taiki-e/pin-project/compare/v1.1.4...v1.1.5
[1.1.4]: https://github.com/taiki-e/pin-project/compare/v1.1.3...v1.1.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.1.6" #publish:version
version = "1.1.7" #publish:version
edition = "2021"
rust-version = "1.56"
license = "Apache-2.0 OR MIT"
Expand All @@ -25,7 +25,7 @@ allowed_external_types = [
doc-scrape-examples = false

[dependencies]
pin-project-internal = { version = "=1.1.6", path = "pin-project-internal" }
pin-project-internal = { version = "=1.1.7", path = "pin-project-internal" }

[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.1.6" #publish:version
version = "1.1.7" #publish:version
edition = "2021"
rust-version = "1.56"
license = "Apache-2.0 OR MIT"
Expand Down

0 comments on commit 31fb40c

Please sign in to comment.