Skip to content

Commit 3bdf763

Browse files
committed
Release 0.2.17
1 parent 1743702 commit 3bdf763

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
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+
## [0.2.17] - 2026-02-27
16+
1517
- Enable [release immutability](https://docs.github.com/en/code-security/supply-chain-security/understanding-your-software-supply-chain/immutable-releases).
1618

1719
## [0.2.16] - 2025-01-06
@@ -228,7 +230,8 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com
228230

229231
Initial release
230232

231-
[Unreleased]: https://github.com/taiki-e/pin-project-lite/compare/v0.2.16...HEAD
233+
[Unreleased]: https://github.com/taiki-e/pin-project-lite/compare/v0.2.17...HEAD
234+
[0.2.17]: https://github.com/taiki-e/pin-project-lite/compare/v0.2.16...v0.2.17
232235
[0.2.16]: https://github.com/taiki-e/pin-project-lite/compare/v0.2.15...v0.2.16
233236
[0.2.15]: https://github.com/taiki-e/pin-project-lite/compare/v0.2.14...v0.2.15
234237
[0.2.14]: https://github.com/taiki-e/pin-project-lite/compare/v0.2.13...v0.2.14

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-lite"
3-
version = "0.2.16" #publish:version
3+
version = "0.2.17" #publish:version
44
edition = "2018"
55
# NB: Sync with rust-version field in other Cargo.toml files, msrv badge in README.md, and test job in .github/workflows/ci.yml
66
rust-version = "1.37" # For underscore consts

0 commit comments

Comments
 (0)