From 028bd4d370f3dbc5e536e0ea729effb6470a9177 Mon Sep 17 00:00:00 2001 From: Peter Fornwall Date: Mon, 18 Sep 2023 15:08:39 +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 a011b4a2..e9b4e7b9 100644 --- a/physx-sys/CHANGELOG.md +++ b/physx-sys/CHANGELOG.md @@ -4,6 +4,7 @@ ## [Unreleased] - ReleaseDate +## [0.11.4] - 2023-09-18 ### Added - [PR#212](https://github.com/EmbarkStudios/physx-rs/pull/212) Build physx with -fno-strict-aliasing. - [PR#209](https://github.com/EmbarkStudios/physx-rs/pull/209) Add support for `x86_64-linux-android` @@ -195,7 +196,8 @@ - Ability to not run the default filter shader before the callback. -[Unreleased]: https://github.com/EmbarkStudios/physx-rs/compare/physx-sys-v0.11.3...HEAD +[Unreleased]: https://github.com/EmbarkStudios/physx-rs/compare/physx-sys-v0.11.4...HEAD +[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 [0.11.1]: https://github.com/EmbarkStudios/physx-rs/compare/physx-sys-v0.11.0...physx-sys-v0.11.1 diff --git a/physx-sys/Cargo.toml b/physx-sys/Cargo.toml index 94eafbf1..efbecd20 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.3" +version = "0.11.4" authors = [ "Embark ", "Tomasz Stachowiak ", diff --git a/physx/Cargo.toml b/physx/Cargo.toml index bd14465d..e7d1a265 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.3", path = "../physx-sys" } +physx-sys = { version = "0.11.4", path = "../physx-sys" } bitflags = "1.3" log = "0.4"