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 f53f6c3 commit 926eee8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion physx/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

<!-- next-header -->
## [Unreleased] - ReleaseDate
## [0.19.0] - 2023-10-11
### Changed
- [PR#206](https://github.com/EmbarkStudios/physx-rs/pull/206) split `ActorMap` functions
into mutable and immutable variants.
Expand Down Expand Up @@ -205,7 +206,8 @@ into mutable and immutable variants.
- Fix for triangle mesh data when using glam with SSE enabled

<!-- next-url -->
[Unreleased]: https://github.com/EmbarkStudios/physx-rs/compare/physx-v0.18.0...HEAD
[Unreleased]: https://github.com/EmbarkStudios/physx-rs/compare/physx-v0.19.0...HEAD
[0.19.0]: https://github.com/EmbarkStudios/physx-rs/compare/physx-v0.18.0...physx-v0.19.0
[0.18.0]: https://github.com/EmbarkStudios/physx-rs/compare/physx-v0.17.0...physx-v0.18.0
[0.17.0]: https://github.com/EmbarkStudios/physx-rs/compare/physx-v0.16.1...physx-v0.17.0
[0.16.1]: https://github.com/EmbarkStudios/physx-rs/compare/physx-v0.16.0...physx-v0.16.1
Expand Down
2 changes: 1 addition & 1 deletion physx/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "physx"
description = "High-level Rust interface for Nvidia PhysX"
version = "0.18.0"
version = "0.19.0"
authors = ["Embark <opensource@embark-studios.com>"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/EmbarkStudios/physx-rs"
Expand Down

0 comments on commit 926eee8

Please sign in to comment.