Skip to content

Commit

Permalink
Release v0.13.5
Browse files Browse the repository at this point in the history
  • Loading branch information
sebcrozet committed Jul 9, 2023
1 parent d3f52e0 commit 3ac8e40
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 23 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## v0.13.5

### Fixed
- When using `rkyv`, fix `CheckBytes` implementation for types archived as themselves.
- Fix occasional crash in the `QBVH` incremental update.

## v0.13.4

### Fixed
Expand Down
19 changes: 0 additions & 19 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,22 +35,3 @@ and open-source! We regularly give updates about our progress on [our blog](http
on our [blog](https://www.dimforge.com/blog).
- [User guide](https://www.parry.rs/docs/): (WIP) Learn to use Parry in your project by reading the official User Guide.
- [Discord](https://discord.gg/vt9DJSW): Come chat with us, get help, suggest features, on Discord!

## Acknowledgements
Parry is supported by our **platinum** sponsors:
<p>
<a href="https://embark-studios.com">
<img src="https://www.embark.dev/img/logo_black.png" width="301px">
</a>
</p>

And our gold sponsors:

<p>
<a href="https://fragcolor.com">
<img src="https://dimforge.com/img/fragcolor_logo2_color_black.svg" width="300px">
</a>
<a href="https://resolutiongames.com/">
<img src="https://dimforge.com/img/logo_resolution_games.png" width="300px" />
</a>
</p>
2 changes: 1 addition & 1 deletion crates/parry2d-f64/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "parry2d-f64"
version = "0.13.4"
version = "0.13.5"
authors = [ "Sébastien Crozet <[email protected]>" ]

description = "2 dimensional collision detection library in Rust. 64-bit precision version."
Expand Down
2 changes: 1 addition & 1 deletion crates/parry2d/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "parry2d"
version = "0.13.4"
version = "0.13.5"
authors = [ "Sébastien Crozet <[email protected]>" ]

description = "2 dimensional collision detection library in Rust."
Expand Down
2 changes: 1 addition & 1 deletion crates/parry3d-f64/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "parry3d-f64"
version = "0.13.4"
version = "0.13.5"
authors = [ "Sébastien Crozet <[email protected]>" ]

description = "3 dimensional collision detection library in Rust. 64-bits precision version."
Expand Down
2 changes: 1 addition & 1 deletion crates/parry3d/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "parry3d"
version = "0.13.4"
version = "0.13.5"
authors = [ "Sébastien Crozet <[email protected]>" ]

description = "3 dimensional collision detection library in Rust."
Expand Down

0 comments on commit 3ac8e40

Please sign in to comment.