Skip to content

Commit

Permalink
chore: Release (#213)
Browse files Browse the repository at this point in the history
Co-authored-by: Peter Fornwall <[email protected]>
  • Loading branch information
forny and Peter Fornwall authored Sep 18, 2023
1 parent bf2862c commit 11db087
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion physx-sys/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

<!-- next-header -->
## [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`
Expand Down Expand Up @@ -195,7 +196,8 @@
- Ability to not run the default filter shader before the callback.

<!-- next-url -->
[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
Expand Down
2 changes: 1 addition & 1 deletion physx-sys/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>",
"Tomasz Stachowiak <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion physx/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 11db087

Please sign in to comment.