Skip to content

Commit

Permalink
Prepare for 6.14.0 release
Browse files Browse the repository at this point in the history
Signed-off-by: Addisu Z. Taddese <[email protected]>
  • Loading branch information
azeey committed Apr 14, 2023
1 parent 4bb6a73 commit b04a21b
Show file tree
Hide file tree
Showing 2 changed files with 16 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.10.2 FATAL_ERROR)
#============================================================================
# Initialize the project
#============================================================================
project(ignition-math6 VERSION 6.13.0)
project(ignition-math6 VERSION 6.14.0)

#============================================================================
# Find ignition-cmake
Expand Down
15 changes: 15 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
## Gazebo Math 6.x

## Gazebo Math 6.14.0 (2023-04-14)

1. Disable pybind11 on windows by default
* [Pull request #529](https:/gazebosim/gz-math/pull/529)

1. Add option to skip pybind11 and SWIG
* [Pull request #480](https:/gazebosim/gz-math/pull/480)

1. Custom PID error rate
* [Pull request #525](https:/gazebosim/gz-math/pull/525)

1. Infrastructure
* [Pull request #521](https:/gazebosim/gz-math/pull/521)
* [Pull request #519](https:/gazebosim/gz-math/pull/519)

## Gazebo Math 6.13.0 (2022-08-31)

1. Support migration and migrate headers
Expand Down

0 comments on commit b04a21b

Please sign in to comment.