Skip to content

Commit

Permalink
🎈 6.9.2 (#268)
Browse files Browse the repository at this point in the history
Signed-off-by: Louise Poubel <[email protected]>
  • Loading branch information
chapulina authored Oct 14, 2021
1 parent fcaddb8 commit 23bf73a
Show file tree
Hide file tree
Showing 2 changed files with 24 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.9.1)
project(ignition-math6 VERSION 6.9.2)

#============================================================================
# Find ignition-cmake
Expand Down
23 changes: 23 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,29 @@

## Ignition Math 6.x.x

## Ignition Math 6.9.2 (2021-10-14)

1. Added StopWatch Python Interface
* [Pull request #264](https://github.com/ignitionrobotics/ign-math/pull/264)

1. Fix clang warnings.
* [Pull request #267](https://github.com/ignitionrobotics/ign-math/pull/267)

1. Fixed Helpers Python templates
* [Pull request #266](https://github.com/ignitionrobotics/ign-math/pull/266)

1. Add Helpers Python interface
* [Pull request #251](https://github.com/ignitionrobotics/ign-math/pull/251)

1. Add Python interface to Triangle3
* [Pull request #247](https://github.com/ignitionrobotics/ign-math/pull/247)

1. Adds python interface to MaterialType and Material.
* [Pull request #234](https://github.com/ignitionrobotics/ign-math/pull/234)

1. Remove Cylinder::SetLength const method
* [Pull request #259](https://github.com/ignitionrobotics/ign-math/pull/259)

## Ignition Math 6.9.1 (2021-09-30)

1. Avoid assertAlmostEqual for python strings
Expand Down

0 comments on commit 23bf73a

Please sign in to comment.