Skip to content

Commit a1e1eb2

Browse files
committed
Release 1.1.8
1 parent 5a1a568 commit a1e1eb2

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com
1212

1313
## [Unreleased]
1414

15+
## [1.1.8] - 2025-01-06
16+
1517
- Suppress `unnameable_types`, `clippy::absolute_paths`, `clippy::min_ident_chars`, `clippy::pub_with_shorthand`, `clippy::single_call_fn`, `clippy::single_char_lifetime_names` lints in generated code.
1618

1719
## [1.1.7] - 2024-10-24
@@ -718,7 +720,8 @@ See also [tracking issue for 0.4 release](https://github.com/taiki-e/pin-project
718720

719721
Initial release
720722

721-
[Unreleased]: https://github.com/taiki-e/pin-project/compare/v1.1.7...HEAD
723+
[Unreleased]: https://github.com/taiki-e/pin-project/compare/v1.1.8...HEAD
724+
[1.1.8]: https://github.com/taiki-e/pin-project/compare/v1.1.7...v1.1.8
722725
[1.1.7]: https://github.com/taiki-e/pin-project/compare/v1.1.6...v1.1.7
723726
[1.1.6]: https://github.com/taiki-e/pin-project/compare/v1.1.5...v1.1.6
724727
[1.1.5]: https://github.com/taiki-e/pin-project/compare/v1.1.4...v1.1.5

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "pin-project"
3-
version = "1.1.7" #publish:version
3+
version = "1.1.8" #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.7", path = "pin-project-internal" }
28+
pin-project-internal = { version = "=1.1.8", path = "pin-project-internal" }
2929

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

pin-project-internal/Cargo.toml

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

0 commit comments

Comments
 (0)