Skip to content

Commit 6aefde4

Browse files
committed
Release 1.1.4
1 parent 017dbf7 commit 6aefde4

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.4] - 2024-01-25
14+
1315
- Suppress `clippy::missing_docs_in_private_items` and `clippy::missing_inline_in_public_items` lints in generated code. ([#356](https://github.com/taiki-e/pin-project/pull/356), thanks @daxpedda)
1416

1517
## [1.1.3] - 2023-08-06
@@ -698,7 +700,8 @@ See also [tracking issue for 0.4 release](https://github.com/taiki-e/pin-project
698700

699701
Initial release
700702

701-
[Unreleased]: https://github.com/taiki-e/pin-project/compare/v1.1.3...HEAD
703+
[Unreleased]: https://github.com/taiki-e/pin-project/compare/v1.1.4...HEAD
704+
[1.1.4]: https://github.com/taiki-e/pin-project/compare/v1.1.3...v1.1.4
702705
[1.1.3]: https://github.com/taiki-e/pin-project/compare/v1.1.2...v1.1.3
703706
[1.1.2]: https://github.com/taiki-e/pin-project/compare/v1.1.1...v1.1.2
704707
[1.1.1]: https://github.com/taiki-e/pin-project/compare/v1.1.0...v1.1.1

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

0 commit comments

Comments
 (0)