Skip to content

Commit b0757d1

Browse files
committed
Release 1.1.10
1 parent 12dfb3c commit b0757d1

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
@@ -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.10] - 2025-03-03
16+
1517
- Suppress `clippy::elidable_lifetime_names` lint in generated code.
1618

1719
## [1.1.9] - 2025-02-03
@@ -726,7 +728,8 @@ See also [tracking issue for 0.4 release](https://github.com/taiki-e/pin-project
726728

727729
Initial release
728730

729-
[Unreleased]: https://github.com/taiki-e/pin-project/compare/v1.1.9...HEAD
731+
[Unreleased]: https://github.com/taiki-e/pin-project/compare/v1.1.10...HEAD
732+
[1.1.10]: https://github.com/taiki-e/pin-project/compare/v1.1.9...v1.1.10
730733
[1.1.9]: https://github.com/taiki-e/pin-project/compare/v1.1.8...v1.1.9
731734
[1.1.8]: https://github.com/taiki-e/pin-project/compare/v1.1.7...v1.1.8
732735
[1.1.7]: https://github.com/taiki-e/pin-project/compare/v1.1.6...v1.1.7

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.9" #publish:version
3+
version = "1.1.10" #publish:version
44
edition = "2021"
55
rust-version = "1.56" # Align to pin-project-internal
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.9", path = "pin-project-internal" }
28+
pin-project-internal = { version = "=1.1.10", 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.9" #publish:version
3+
version = "1.1.10" #publish:version
44
edition = "2021"
55
rust-version = "1.56" # For syn
66
license = "Apache-2.0 OR MIT"

0 commit comments

Comments
 (0)