Skip to content

Commit bccea90

Browse files
nkoenigNate Koenig
andauthored
Prepare for 4.2.0 (gazebosim#559)
Signed-off-by: Nate Koenig <nate@openrobotics.org> Co-authored-by: Nate Koenig <nate@openrobotics.org>
1 parent 6fcbcea commit bccea90

2 files changed

Lines changed: 31 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-gazebo4 VERSION 4.1.0)
6+
project(ignition-gazebo4 VERSION 4.2.0)
77

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

Changelog.md

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

3-
### Ignition Gazebo 4.X.X (20XX-XX-XX)
3+
### Ignition Gazebo 4.2.0 (2020-01-13)
4+
5+
1. Automatically load a subset of world plugins.
6+
* [Pull Request 537](https://github.com/ignitionrobotics/ign-gazebo/pull/537)
7+
8+
1. Fix to handle multiple logical cameras.
9+
* [Pull Request 539](https://github.com/ignitionrobotics/ign-gazebo/pull/539)
10+
11+
1. Improve ign tool support on macOS.
12+
* [Pull Request 477](https://github.com/ignitionrobotics/ign-gazebo/pull/477)
13+
14+
1. Add support for topic statistics on breadcrumb deployments.
15+
* [Pull Request 532](https://github.com/ignitionrobotics/ign-gazebo/pull/532)
16+
17+
1. Fix slot in Plotting plugin.
18+
* [Pull Request 490](https://github.com/ignitionrobotics/ign-gazebo/pull/490)
19+
20+
1. Fix shadow artifacts by disabling double sided rendering.
21+
* [Pull Request 446](https://github.com/ignitionrobotics/ign-gazebo/pull/446)
22+
23+
1. Kinetic energy monitor plugin.
24+
* [Pull Request 492](https://github.com/ignitionrobotics/ign-gazebo/pull/492)
25+
26+
1. Change nullptr to a int ptr for qt 5.15.2.
27+
* [Pull Request 527](https://github.com/ignitionrobotics/ign-gazebo/pull/527)
28+
29+
1. Generate valid topics everywhere (support names with spaces).
30+
* [Pull Request 522](https://github.com/ignitionrobotics/ign-gazebo/pull/522)
31+
32+
1. All changes up to version 3.7.0.
433

534
### Ignition Gazebo 4.1.0 (2020-12-11)
635

0 commit comments

Comments
 (0)