Skip to content

Commit 589e643

Browse files
authored
Bump to 3.0.0 and update changelog (#113)
Signed-off-by: Steve Peters <scpeters@openrobotics.org>
1 parent 8dc3818 commit 589e643

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ find_package(ignition-cmake2 2.1.0 REQUIRED)
1313
#============================================================================
1414
# Configure the project
1515
#============================================================================
16-
ign_configure_project(VERSION_SUFFIX pre1)
16+
ign_configure_project()
1717

1818

1919
#============================================================================

Changelog.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,16 @@
22

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

5-
### Ignition Physics 3.0.0 (20XX-XX-XX)
5+
### Ignition Physics 3.0.0 (2020-09-30)
6+
7+
1. Upgrade to libsdformat10
8+
* [Pull request 85](https://github.com/ignitionrobotics/ign-physics/pull/85)
9+
10+
1. Update examples and tutorials
11+
* [Pull request 107](https://github.com/ignitionrobotics/ign-physics/pull/107)
12+
* [Pull request 110](https://github.com/ignitionrobotics/ign-physics/pull/110)
13+
* [Pull request 111](https://github.com/ignitionrobotics/ign-physics/pull/111)
14+
* [Pull request 112](https://github.com/ignitionrobotics/ign-physics/pull/112)
615

716
## Ignition Physics 2.x
817

0 commit comments

Comments
 (0)