Skip to content

Commit cee4be2

Browse files
committed
Release 1.1.1
1 parent 64558a7 commit cee4be2

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.1] - 2023-06-29
14+
1315
- Fix build error from dependency when built with `-Z minimal-versions`.
1416

1517
## [1.1.0] - 2023-05-13
@@ -686,7 +688,8 @@ See also [tracking issue for 0.4 release](https://github.com/taiki-e/pin-project
686688

687689
Initial release
688690

689-
[Unreleased]: https://github.com/taiki-e/pin-project/compare/v1.1.0...HEAD
691+
[Unreleased]: https://github.com/taiki-e/pin-project/compare/v1.1.1...HEAD
692+
[1.1.1]: https://github.com/taiki-e/pin-project/compare/v1.1.0...v1.1.1
690693
[1.1.0]: https://github.com/taiki-e/pin-project/compare/v1.0.12...v1.1.0
691694
[1.0.12]: https://github.com/taiki-e/pin-project/compare/v1.0.11...v1.0.12
692695
[1.0.11]: https://github.com/taiki-e/pin-project/compare/v1.0.10...v1.0.11

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.0"
3+
version = "1.1.1"
44
edition = "2018"
55
rust-version = "1.56"
66
license = "Apache-2.0 OR MIT"
@@ -28,7 +28,7 @@ members = [
2828
doc-scrape-examples = false
2929

3030
[dependencies]
31-
pin-project-internal = { version = "=1.1.0", path = "pin-project-internal" }
31+
pin-project-internal = { version = "=1.1.1", path = "pin-project-internal" }
3232

3333
[dev-dependencies]
3434
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.0"
3+
version = "1.1.1"
44
edition = "2018"
55
rust-version = "1.56"
66
license = "Apache-2.0 OR MIT"

0 commit comments

Comments
 (0)