Skip to content

Commit

Permalink
Bump to 3.0.0 and update changelog (#113)
Browse files Browse the repository at this point in the history
Signed-off-by: Steve Peters <[email protected]>
  • Loading branch information
scpeters authored Oct 1, 2020
1 parent 8dc3818 commit 589e643
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ find_package(ignition-cmake2 2.1.0 REQUIRED)
#============================================================================
# Configure the project
#============================================================================
ign_configure_project(VERSION_SUFFIX pre1)
ign_configure_project()


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

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

### Ignition Physics 3.0.0 (20XX-XX-XX)
### Ignition Physics 3.0.0 (2020-09-30)

1. Upgrade to libsdformat10
* [Pull request 85](https://github.com/ignitionrobotics/ign-physics/pull/85)

1. Update examples and tutorials
* [Pull request 107](https://github.com/ignitionrobotics/ign-physics/pull/107)
* [Pull request 110](https://github.com/ignitionrobotics/ign-physics/pull/110)
* [Pull request 111](https://github.com/ignitionrobotics/ign-physics/pull/111)
* [Pull request 112](https://github.com/ignitionrobotics/ign-physics/pull/112)

## Ignition Physics 2.x

Expand Down

0 comments on commit 589e643

Please sign in to comment.