Skip to content

Commit

Permalink
Release 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
taiki-e committed Jun 29, 2023
1 parent 64558a7 commit cee4be2
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]

## [1.1.1] - 2023-06-29

- Fix build error from dependency when built with `-Z minimal-versions`.

## [1.1.0] - 2023-05-13
Expand Down Expand Up @@ -686,7 +688,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/v1.1.0...HEAD
[Unreleased]: https://github.com/taiki-e/pin-project/compare/v1.1.1...HEAD
[1.1.1]: https://github.com/taiki-e/pin-project/compare/v1.1.0...v1.1.1
[1.1.0]: https://github.com/taiki-e/pin-project/compare/v1.0.12...v1.1.0
[1.0.12]: https://github.com/taiki-e/pin-project/compare/v1.0.11...v1.0.12
[1.0.11]: https://github.com/taiki-e/pin-project/compare/v1.0.10...v1.0.11
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 = "1.1.0"
version = "1.1.1"
edition = "2018"
rust-version = "1.56"
license = "Apache-2.0 OR MIT"
Expand Down Expand Up @@ -28,7 +28,7 @@ members = [
doc-scrape-examples = false

[dependencies]
pin-project-internal = { version = "=1.1.0", path = "pin-project-internal" }
pin-project-internal = { version = "=1.1.1", path = "pin-project-internal" }

[dev-dependencies]
pin-project-auxiliary-macro = { path = "tests/auxiliary/macro" }
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 = "1.1.0"
version = "1.1.1"
edition = "2018"
rust-version = "1.56"
license = "Apache-2.0 OR MIT"
Expand Down

0 comments on commit cee4be2

Please sign in to comment.