From f53f6c3924c0423936a2752afa054a3abf9775ca Mon Sep 17 00:00:00 2001 From: Tom Solberg Date: Wed, 11 Oct 2023 11:28:28 +0200 Subject: [PATCH] chore: Release --- physx-sys/CHANGELOG.md | 4 +++- physx-sys/Cargo.toml | 2 +- physx/Cargo.toml | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/physx-sys/CHANGELOG.md b/physx-sys/CHANGELOG.md index 21a78556..fade5f2d 100644 --- a/physx-sys/CHANGELOG.md +++ b/physx-sys/CHANGELOG.md @@ -4,6 +4,7 @@ ## [Unreleased] - ReleaseDate +## [0.11.5] - 2023-10-11 ### Added - [PR#216](https://github.com/EmbarkStudios/physx-rs/pull/216) Support building for Android on aarch64 macOS hosts @@ -199,7 +200,8 @@ - Ability to not run the default filter shader before the callback. -[Unreleased]: https://github.com/EmbarkStudios/physx-rs/compare/physx-sys-v0.11.4...HEAD +[Unreleased]: https://github.com/EmbarkStudios/physx-rs/compare/physx-sys-v0.11.5...HEAD +[0.11.5]: https://github.com/EmbarkStudios/physx-rs/compare/physx-sys-v0.11.4...physx-sys-v0.11.5 [0.11.4]: https://github.com/EmbarkStudios/physx-rs/compare/physx-sys-v0.11.3...physx-sys-v0.11.4 [0.11.3]: https://github.com/EmbarkStudios/physx-rs/compare/physx-sys-v0.11.2...physx-sys-v0.11.3 [0.11.2]: https://github.com/EmbarkStudios/physx-rs/compare/physx-sys-v0.11.1...physx-sys-v0.11.2 diff --git a/physx-sys/Cargo.toml b/physx-sys/Cargo.toml index efbecd20..8dce88d9 100644 --- a/physx-sys/Cargo.toml +++ b/physx-sys/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "physx-sys" description = "Unsafe bindings for NVIDIA PhysX C++ SDK" -version = "0.11.4" +version = "0.11.5" authors = [ "Embark ", "Tomasz Stachowiak ", diff --git a/physx/Cargo.toml b/physx/Cargo.toml index e7d1a265..28708961 100644 --- a/physx/Cargo.toml +++ b/physx/Cargo.toml @@ -23,7 +23,7 @@ structgen = ["physx-sys/structgen"] debug-structs = ["physx-sys/debug-structs"] [dependencies] -physx-sys = { version = "0.11.4", path = "../physx-sys" } +physx-sys = { version = "0.11.5", path = "../physx-sys" } bitflags = "1.3" log = "0.4"