Skip to content

Commit c7bcc4c

Browse files
committed
Prepare for 8.1.0 release
Signed-off-by: Carlos Agüero <caguero@openrobotics.org>
1 parent 7597a2c commit c7bcc4c

File tree

3 files changed

+25
-2
lines changed

3 files changed

+25
-2
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.22.1 FATAL_ERROR)
33
#============================================================================
44
# Initialize the project
55
#============================================================================
6-
project(gz-physics8 VERSION 8.0.0)
6+
project(gz-physics8 VERSION 8.1.0)
77

88
#============================================================================
99
# Find gz-cmake

Changelog.md

+23
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,28 @@
11
## Gazebo Physics 8.x
22

3+
### Gazebo Physics 8.1.0 (2025-02-12)
4+
5+
1. bullet-featherstone: Remove joint motor constraint on joint force cmd
6+
* [Pull request #713](https://github.com/gazebosim/gz-physics/pull/713)
7+
8+
1. ci.yml: run cppcheck, cpplint on noble
9+
* [Pull request #710](https://github.com/gazebosim/gz-physics/pull/710)
10+
11+
1. Support setting max contacts in dart's bullet collision detector
12+
* [Pull request #593](https://github.com/gazebosim/gz-physics/pull/593)
13+
14+
1. Prevent crash when objects move to invalid poses
15+
* [Pull request #706](https://github.com/gazebosim/gz-physics/pull/706)
16+
17+
1. bullet-featherstone: Fix finding free group for a body with fixed base
18+
* [Pull request #700](https://github.com/gazebosim/gz-physics/pull/700)
19+
20+
1. bullet-featherstone: Reset joint motor constraint's velocity target after each step
21+
* [Pull request #699](https://github.com/gazebosim/gz-physics/pull/699)
22+
23+
1. Update physics_plugins tutorial
24+
* [Pull request #687](https://github.com/gazebosim/gz-physics/pull/687)
25+
326
### Gazebo Physics 8.0.0 (2024-09-25)
427

528
1. **Baseline:** this includes all changes from 7.3.0 and earlier.

package.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0"?>
22
<package format="2">
33
<name>gz-physics8</name>
4-
<version>8.0.0</version>
4+
<version>8.1.0</version>
55
<description>Gazebo Physics : Physics classes and functions for robot applications</description>
66
<maintainer email="scpeters@openrobotics.org">Steve Peters</maintainer>
77
<license>Apache License 2.0</license>

0 commit comments

Comments
 (0)