Skip to content

Commit cdeb0a7

Browse files
adityapande-1995Nate Koenig
and
Nate Koenig
authored
Update Changelog for 6.0.0 (#427)
* Updated Changelog 6.0.0 Signed-off-by: Aditya <aditya050995@gmail.com> * Removed version bumps and forward ports Signed-off-by: Aditya <aditya050995@gmail.com> * Removed redundant entries Signed-off-by: Aditya <aditya050995@gmail.com> * remove pre1 Signed-off-by: Nate Koenig <nate@openrobotics.org> Signed-off-by: Aditya <aditya050995@gmail.com> Signed-off-by: Nate Koenig <nate@openrobotics.org> Co-authored-by: Nate Koenig <nate@openrobotics.org>
1 parent 856e584 commit cdeb0a7

File tree

2 files changed

+77
-1
lines changed

2 files changed

+77
-1
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ find_package(gz-cmake3 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)
2020

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

Changelog.md

+76
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,82 @@
22

33
### Gazebo Physics 6.x.x (202X-XX-XX)
44

5+
### Gazebo Physics 6.0.0 (2022-09-21)
6+
7+
1. Improved documentation and instructions
8+
* [Pull request #421](https://github.com/gazebosim/gz-physics/pull/421)
9+
* [Pull request #419](https://github.com/gazebosim/gz-physics/pull/419)
10+
* [Pull request #422](https://github.com/gazebosim/gz-physics/pull/422)
11+
* [Pull request #417](https://github.com/gazebosim/gz-physics/pull/417)
12+
* [Pull request #416](https://github.com/gazebosim/gz-physics/pull/416)
13+
* [Pull request #316](https://github.com/gazebosim/gz-physics/pull/316)
14+
* [Pull request #312](https://github.com/gazebosim/gz-physics/pull/312)
15+
* [Pull request #401](https://github.com/gazebosim/gz-physics/pull/401)
16+
17+
1. Added common tests
18+
* [Pull request #414](https://github.com/gazebosim/gz-physics/pull/414)
19+
* [Pull request #412](https://github.com/gazebosim/gz-physics/pull/412)
20+
* [Pull request #411](https://github.com/gazebosim/gz-physics/pull/411)
21+
* [Pull request #410](https://github.com/gazebosim/gz-physics/pull/410)
22+
* [Pull request #409](https://github.com/gazebosim/gz-physics/pull/409)
23+
* [Pull request #408](https://github.com/gazebosim/gz-physics/pull/408)
24+
* [Pull request #407](https://github.com/gazebosim/gz-physics/pull/407)
25+
* [Pull request #364](https://github.com/gazebosim/gz-physics/pull/364)
26+
* [Pull request #362](https://github.com/gazebosim/gz-physics/pull/362)
27+
* [Pull request #360](https://github.com/gazebosim/gz-physics/pull/360)
28+
* [Pull request #363](https://github.com/gazebosim/gz-physics/pull/363)
29+
* [Pull request #357](https://github.com/gazebosim/gz-physics/pull/357)
30+
31+
1. dartsim: fix handling inertia matrix pose rotation
32+
* [Pull request #351](https://github.com/gazebosim/gz-physics/pull/351)
33+
34+
1. ABI tweaks to help bullet-featherstone
35+
* [Pull request #395](https://github.com/gazebosim/gz-physics/pull/395)
36+
37+
1. Add code coverage ignore file
38+
* [Pull request #388](https://github.com/gazebosim/gz-physics/pull/388)
39+
40+
1. Fix bullet classic entity management
41+
* [Pull request #393](https://github.com/gazebosim/gz-physics/pull/393)
42+
43+
1. Ignition to Gazebo transition
44+
* [Pull request #378](https://github.com/gazebosim/gz-physics/pull/378)
45+
* [Pull request #368](https://github.com/gazebosim/gz-physics/pull/368)
46+
* [Pull request #356](https://github.com/gazebosim/gz-physics/pull/356)
47+
* [Pull request #355](https://github.com/gazebosim/gz-physics/pull/355)
48+
* [Pull request #358](https://github.com/gazebosim/gz-physics/pull/358)
49+
* [Pull request #353](https://github.com/gazebosim/gz-physics/pull/353)
50+
* [Pull request #348](https://github.com/gazebosim/gz-physics/pull/348)
51+
* [Pull request #346](https://github.com/gazebosim/gz-physics/pull/346)
52+
* [Pull request #390](https://github.com/gazebosim/gz-physics/pull/390)
53+
* [Pull request #381](https://github.com/gazebosim/gz-physics/pull/381)
54+
55+
1. Fixed warning SDFfeatures_TEST - dartsim
56+
* [Pull request #370](https://github.com/gazebosim/gz-physics/pull/370)
57+
58+
1. Update GoogleTest to latest version
59+
* [Pull request #369](https://github.com/gazebosim/gz-physics/pull/369)
60+
* [Pull request #377](https://github.com/gazebosim/gz-physics/pull/377)
61+
62+
1. Use new Joint APIs for Parent/Child name
63+
* [Pull request #361](https://github.com/gazebosim/gz-physics/pull/361)
64+
65+
1. Bullet: Added collision shape to Capsule and Ellipsoid
66+
* [Pull request #350](https://github.com/gazebosim/gz-physics/pull/350)
67+
68+
1. examples: fix cmake find version variables
69+
* [Pull request #340](https://github.com/gazebosim/gz-physics/pull/340)
70+
71+
1. Fix ExpectData compiler warnings
72+
* [Pull request #335](https://github.com/gazebosim/gz-physics/pull/335)
73+
74+
1. Added DEM support to heightmaps
75+
* [Pull request #315](https://github.com/gazebosim/gz-physics/pull/315)
76+
77+
1. Remove Bionic from future releases (Garden+)
78+
* [Pull request #331](https://github.com/gazebosim/gz-physics/pull/331)
79+
80+
581
## Gazebo Physics 5.x
682

783
### Gazebo Physics 5.2.0 (2022-06-29)

0 commit comments

Comments
 (0)