Skip to content

Commit ca32b0b

Browse files
committed
Release 1.1.6
1 parent dd0d9f9 commit ca32b0b

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com
1010

1111
## [Unreleased]
1212

13+
## [1.1.6] - 2024-10-05
14+
1315
- Suppress `clippy::needless_lifetimes` lint in generated code.
1416

1517
- Disable `derive` feature of `syn` dependency.
@@ -708,7 +710,8 @@ See also [tracking issue for 0.4 release](https://github.com/taiki-e/pin-project
708710

709711
Initial release
710712

711-
[Unreleased]: https://github.com/taiki-e/pin-project/compare/v1.1.5...HEAD
713+
[Unreleased]: https://github.com/taiki-e/pin-project/compare/v1.1.6...HEAD
714+
[1.1.6]: https://github.com/taiki-e/pin-project/compare/v1.1.5...v1.1.6
712715
[1.1.5]: https://github.com/taiki-e/pin-project/compare/v1.1.4...v1.1.5
713716
[1.1.4]: https://github.com/taiki-e/pin-project/compare/v1.1.3...v1.1.4
714717
[1.1.3]: https://github.com/taiki-e/pin-project/compare/v1.1.2...v1.1.3

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "pin-project"
3-
version = "1.1.5" #publish:version
3+
version = "1.1.6" #publish:version
44
edition = "2021"
55
rust-version = "1.56"
66
license = "Apache-2.0 OR MIT"
@@ -25,7 +25,7 @@ allowed_external_types = [
2525
doc-scrape-examples = false
2626

2727
[dependencies]
28-
pin-project-internal = { version = "=1.1.5", path = "pin-project-internal" }
28+
pin-project-internal = { version = "=1.1.6", path = "pin-project-internal" }
2929

3030
[dev-dependencies]
3131
pin-project-auxiliary-macro = { path = "tests/auxiliary/macro" }

pin-project-internal/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "pin-project-internal"
3-
version = "1.1.5" #publish:version
3+
version = "1.1.6" #publish:version
44
edition = "2021"
55
rust-version = "1.56"
66
license = "Apache-2.0 OR MIT"

0 commit comments

Comments
 (0)