Skip to content

Commit

Permalink
Release 0.4.30
Browse files Browse the repository at this point in the history
  • Loading branch information
taiki-e committed Jul 2, 2022
1 parent 155d5fc commit ff44458
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ NOTE: In this file, do not use the hard wrap in the middle of a sentence for com

## [Unreleased]

## [0.4.30] - 2022-07-02

- [Suppress `dead_code` lint in generated code.](https://github.com/taiki-e/pin-project/pull/347)

## [0.4.29] - 2021-12-26
Expand Down Expand Up @@ -504,7 +506,8 @@ See also [tracking issue for 0.4 release](https://github.com/taiki-e/pin-project

Initial release

[Unreleased]: https://github.com/taiki-e/pin-project/compare/v0.4.29...v0.4
[Unreleased]: https://github.com/taiki-e/pin-project/compare/v0.4.30...HEAD
[0.4.30]: https://github.com/taiki-e/pin-project/compare/v0.4.29...v0.4...v0.4.30
[0.4.29]: https://github.com/taiki-e/pin-project/compare/v0.4.28...v0.4.29
[0.4.28]: https://github.com/taiki-e/pin-project/compare/v0.4.27...v0.4.28
[0.4.27]: https://github.com/taiki-e/pin-project/compare/v0.4.26...v0.4.27
Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pin-project"
version = "0.4.29"
version = "0.4.30"
edition = "2018"
rust-version = "1.34"
license = "Apache-2.0 OR MIT"
Expand All @@ -27,7 +27,7 @@ members = [
]

[dependencies]
pin-project-internal = { version = "=0.4.29", path = "pin-project-internal", default-features = false }
pin-project-internal = { version = "=0.4.30", path = "pin-project-internal", default-features = false }

[dev-dependencies]
pin-project-auxiliary-macro = { path = "tests/ui/auxiliary" }
Expand Down
2 changes: 1 addition & 1 deletion pin-project-internal/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pin-project-internal"
version = "0.4.29"
version = "0.4.30"
edition = "2018"
rust-version = "1.34"
license = "Apache-2.0 OR MIT"
Expand Down

0 comments on commit ff44458

Please sign in to comment.