Skip to content

Commit

Permalink
Prepare for 5.3.1 Release (#481)
Browse files Browse the repository at this point in the history
Signed-off-by: Addisu Z. Taddese <[email protected]>
Signed-off-by: Steve Peters <[email protected]>
Co-authored-by: Steve Peters <[email protected]>
  • Loading branch information
azeey and scpeters authored Feb 16, 2023
1 parent 48216e9 commit 8f840d5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.5.1 FATAL_ERROR)
#============================================================================
# Initialize the project
#============================================================================
project(ignition-physics5 VERSION 5.3.0)
project(ignition-physics5 VERSION 5.3.1)

#============================================================================
# Find ignition-cmake
Expand Down
5 changes: 5 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
## Ignition Physics 5.x

### Ignition Physics 5.3.1 (2023-02-16)

1. Fix memory corruption due to faulty refcount tracking
* [Pull request #480](https://github.com/gazebosim/gz-physics/pull/480)

### Ignition Physics 5.3.0 (2023-01-09)

1. Fix windows warnings related to bullet
Expand Down

0 comments on commit 8f840d5

Please sign in to comment.