Skip to content

Commit

Permalink
chore: Release
Browse files Browse the repository at this point in the history
  • Loading branch information
tgolsson committed Oct 11, 2023
1 parent 8db7f02 commit f53f6c3
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.5] - 2023-10-11
### Added
- [PR#216](https://github.com/EmbarkStudios/physx-rs/pull/216) Support building for Android on aarch64 macOS hosts

Expand Down Expand Up @@ -199,7 +200,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.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
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.4"
version = "0.11.5"
authors = [
"Embark <opensource@embark-studios.com>",
"Tomasz Stachowiak <h3@h3.gd>",
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.4", path = "../physx-sys" }
physx-sys = { version = "0.11.5", path = "../physx-sys" }

bitflags = "1.3"
log = "0.4"
Expand Down

0 comments on commit f53f6c3

Please sign in to comment.