Skip to content

Commit 83f21b9

Browse files
author
John Shepherd
authored
⬆️ Bump to 5.4.0 (#99)
1 parent 42c0981 commit 83f21b9

File tree

2 files changed

+32
-1
lines changed

2 files changed

+32
-1
lines changed

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.10.2 FATAL_ERROR)
33
#============================================================================
44
# Initialize the project
55
#============================================================================
6-
project(ignition-msgs5 VERSION 5.3.0)
6+
project(ignition-msgs5 VERSION 5.4.0)
77

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

Changelog.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,36 @@
11
## Ignition Msgs 5.x
22

3+
### Ignition Msgs 5.4.0 (2020-11-12)
4+
5+
1. Add CMake options to support cross-compilation.
6+
* [Pull request 60](https://github.com/ignitionrobotics/ign-msgs/pull/60)
7+
8+
1. Add Focal CI.
9+
* [Pull request 73](https://github.com/ignitionrobotics/ign-msgs/pull/73)
10+
11+
1. Include autogenerated code for the ign_create_docs function.
12+
* [Pull request 76](https://github.com/ignitionrobotics/ign-msgs/pull/76)
13+
* [Pull request 78](https://github.com/ignitionrobotics/ign-msgs/pull/78)
14+
* [Pull request 79](https://github.com/ignitionrobotics/ign-msgs/pull/79)
15+
16+
1. Use modern CMake targets when including ignition-math.
17+
* [Pull request 82](https://github.com/ignitionrobotics/ign-msgs/pull/82)
18+
19+
1. Bump versions in readme.
20+
* [Pull request 88](https://github.com/ignitionrobotics/ign-msgs/pull/88)
21+
22+
1. Bump readme math version.
23+
* [Pull request 90](https://github.com/ignitionrobotics/ign-msgs/pull/90)
24+
25+
1. Improve fork experience.
26+
* [Pull request 94](https://github.com/ignitionrobotics/ign-msgs/pull/94)
27+
28+
1. Add dependency conversion for model.config's.
29+
* [Pull request 91](https://github.com/ignitionrobotics/ign-msgs/pull/91)
30+
31+
1. Resolved updated codecheck issues.
32+
* [Pull request 96](https://github.com/ignitionrobotics/ign-msgs/pull/96)
33+
334
### Ignition Msgs 5.3.0 (2020-05-20)
435

536
1. Added the `EntityFactory_V` message.

0 commit comments

Comments
 (0)