Skip to content

Commit

Permalink
⬆️ Bump 6.12.0 to 6.13.0 (#490)
Browse files Browse the repository at this point in the history
  • Loading branch information
methylDragon authored Aug 31, 2022
1 parent 6de6120 commit 3b9a192
Show file tree
Hide file tree
Showing 2 changed files with 9 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.12.0)
project(ignition-math6 VERSION 6.13.0)

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

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

1. Support migration and migrate headers
* [Pull request #483](https://github.com/gazebosim/gz-math/pull/483)

1. Remove redundant namespace references
* [Pull request #479](https://github.com/gazebosim/gz-math/pull/479)

## Gazebo Math 6.12.0 (2022-07-27)

1. Added Helper function isTimeString to Python
Expand Down

0 comments on commit 3b9a192

Please sign in to comment.