Skip to content

Commit 75b4def

Browse files
committed
Release 1.1.2
1 parent 182e128 commit 75b4def

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.2] - 2023-07-02
14+
1315
- Inline project methods.
1416

1517
## [1.1.1] - 2023-06-29
@@ -690,7 +692,8 @@ See also [tracking issue for 0.4 release](https://github.com/taiki-e/pin-project
690692

691693
Initial release
692694

693-
[Unreleased]: https://github.com/taiki-e/pin-project/compare/v1.1.1...HEAD
695+
[Unreleased]: https://github.com/taiki-e/pin-project/compare/v1.1.2...HEAD
696+
[1.1.2]: https://github.com/taiki-e/pin-project/compare/v1.1.1...v1.1.2
694697
[1.1.1]: https://github.com/taiki-e/pin-project/compare/v1.1.0...v1.1.1
695698
[1.1.0]: https://github.com/taiki-e/pin-project/compare/v1.0.12...v1.1.0
696699
[1.0.12]: https://github.com/taiki-e/pin-project/compare/v1.0.11...v1.0.12

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.1"
3+
version = "1.1.2"
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.1", path = "pin-project-internal" }
31+
pin-project-internal = { version = "=1.1.2", 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.1"
3+
version = "1.1.2"
44
edition = "2018"
55
rust-version = "1.56"
66
license = "Apache-2.0 OR MIT"

0 commit comments

Comments
 (0)