Skip to content

Commit

Permalink
Prepare for 5.3.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
azeey committed Sep 1, 2023
1 parent 8127d83 commit aef7c47
Show file tree
Hide file tree
Showing 2 changed files with 13 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.1)
project(ignition-physics5 VERSION 5.3.2)

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

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

1. Fix a crash due to an invalid pointer
* [Pull request #486](https://github.com/gazebosim/gz-physics/pull/486)

1. Infrastructure
* [Pull request #490](https://github.com/gazebosim/gz-physics/pull/490)
* [Pull request #488](https://github.com/gazebosim/gz-physics/pull/488)

1. Rename COPYING to LICENSE
* [Pull request #487](https://github.com/gazebosim/gz-physics/pull/487)

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

1. Fix memory corruption due to faulty refcount tracking
Expand Down

0 comments on commit aef7c47

Please sign in to comment.