Skip to content

Commit d5e65d9

Browse files
nkoenigNate Koenig
andauthored
Prepare for 3.7.0 release (gazebosim#552)
Signed-off-by: Nate Koenig <nate@openrobotics.org> Co-authored-by: Nate Koenig <nate@openrobotics.org>
1 parent 6544c78 commit d5e65d9

2 files changed

Lines changed: 20 additions & 2 deletions

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.5.1 FATAL_ERROR)
33
#============================================================================
44
# Initialize the project
55
#============================================================================
6-
project(ignition-gazebo3 VERSION 3.6.0)
6+
project(ignition-gazebo3 VERSION 3.7.0)
77

88
#============================================================================
99
# Find ignition-cmake

Changelog.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,24 @@
11
## Ignition Gazebo 3.x
22

3-
### Ignition Gazebo 3.X.X (20XX-XX-XX)
3+
### Ignition Gazebo 3.7.0 (2021-01-13)
4+
5+
1. Fix examples in migration plugins tutorial.
6+
* [Pull Request 543](https://github.com/ignitionrobotics/ign-gazebo/pull/543)
7+
8+
1. Added missing namespace in `detail/EntityComponentManager.hh`.
9+
* [Pull Request 541](https://github.com/ignitionrobotics/ign-gazebo/pull/541)
10+
11+
1. Automatically load a subset of world plugins.
12+
* [Pull Request 281](https://github.com/ignitionrobotics/ign-gazebo/pull/281)
13+
14+
1. Update gtest to 1.10.0 for Windows compilation.
15+
* [Pull Request 506](https://github.com/ignitionrobotics/ign-gazebo/pull/506)
16+
17+
1. Updates to ardupilot migration tutorial.
18+
* [Pull Request 525](https://github.com/ignitionrobotics/ign-gazebo/pull/525)
19+
20+
1. Don't make docs on macOS.
21+
* [Pull Request 528](https://github.com/ignitionrobotics/ign-gazebo/pull/528)
422

523
### Ignition Gazebo 3.6.0 (2020-12-30)
624

0 commit comments

Comments
 (0)