Skip to content

Commit

Permalink
🎈 4.2.0 (#279)
Browse files Browse the repository at this point in the history
Signed-off-by: Louise Poubel <[email protected]>
  • Loading branch information
chapulina authored Jul 16, 2021
1 parent 6676c88 commit 34dbb87
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ find_package(ignition-cmake2 2.8.0 REQUIRED)
#============================================================================
# Configure the project
#============================================================================
ign_configure_project(VERSION_SUFFIX pre1)
ign_configure_project(VERSION_SUFFIX)


#============================================================================
Expand Down Expand Up @@ -61,7 +61,7 @@ ign_find_package(EIGEN3 REQUIRED)

#--------------------------------------
# Find SDFormat for the SDF features
ign_find_package(sdformat11
ign_find_package(sdformat11 VERSION 11.2.2
REQUIRED_BY sdf dartsim tpe bullet)

#--------------------------------------
Expand Down
8 changes: 7 additions & 1 deletion Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,13 @@

### Ignition Physics 4.x.x (20XX-XX-XX)

### Ignition Physics 4.2.0 (2021-07-XX)
### Ignition Physics 4.2.0 (2021-07-16)

1. Support FreeGroup features for nested models
* [Pull request #231](https://github.com/ignitionrobotics/ign-physics/pull/231)

1. Add Gravity Feature, fix LinkFeatures_TEST
* [Pull request #275](https://github.com/ignitionrobotics/ign-physics/pull/275)

1. Heightmaps 🏔️
* [Pull request #218](https://github.com/ignitionrobotics/ign-physics/pull/218)
Expand Down

0 comments on commit 34dbb87

Please sign in to comment.