Skip to content

Commit e3d11b3

Browse files
authored
Prepare for 9.0.0~pre2 (#787)
Update Changelog. Signed-off-by: Steve Peters <scpeters@openrobotics.org>
1 parent 14cee7c commit e3d11b3

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ find_package(gz-cmake REQUIRED)
1616
set(CMAKE_CXX_STANDARD 17)
1717
set(CMAKE_CXX_STANDARD_REQUIRED ON)
1818

19-
gz_configure_project(VERSION_SUFFIX pre1)
19+
gz_configure_project(VERSION_SUFFIX pre2)
2020

2121
#============================================================================
2222
# Set project-specific options

Changelog.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,21 @@
44

55
1. **Baseline:** this includes all changes from 8.3.0 and earlier.
66

7+
1. Fix crash when recursively deleting nested models
8+
* [Pull request #781](https://github.com/gazebosim/gz-physics/pull/781)
9+
10+
1. Update `09_use_custom_engine.md` build commands
11+
* [Pull request #780](https://github.com/gazebosim/gz-physics/pull/780)
12+
13+
1. Fix spelling in simulation concepts tutorial
14+
* [Pull request #778](https://github.com/gazebosim/gz-physics/pull/778)
15+
16+
1. Fix path in physics plugin implementation tutorial
17+
* [Pull request #777](https://github.com/gazebosim/gz-physics/pull/777)
18+
19+
1. [Bazel] Update bazel module to use jetty release branches
20+
* [Pull request #776](https://github.com/gazebosim/gz-physics/pull/776)
21+
722
1. bullet-featherstone: Add Kinematic feature
823
* [Pull request #618](https://github.com/gazebosim/gz-physics/pull/618)
924

0 commit comments

Comments
 (0)