Skip to content

Commit 1fe9939

Browse files
authored
Prepare for 6.0.0 release. (#87)
Signed-off-by: Carlos Agüero <[email protected]>
1 parent 77c3188 commit 1fe9939

File tree

2 files changed

+53
-2
lines changed

2 files changed

+53
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ find_package(ignition-cmake2 REQUIRED)
1414
#============================================================================
1515
# Configure the project
1616
#============================================================================
17-
ign_configure_project(VERSION_SUFFIX pre2)
17+
ign_configure_project()
1818

1919
#============================================================================
2020
# Set project-specific options

Changelog.md

Lines changed: 52 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,57 @@
22

33
### Ignition Msgs 6.x.x
44

5-
### Ignition Msgs 6.0.0
5+
### Ignition Msgs 6.0.0 (2020-09-28)
6+
7+
1. Convert functions between duration and ignition::time.
8+
* [Pull request 85](https://github.com/ignitionrobotics/ign-msgs/pull/85)
9+
10+
1. Added utility functions to convert between msg::time and std::chrono time_point.
11+
* [Pull request 81](https://github.com/ignitionrobotics/ign-msgs/pull/81)
12+
13+
1. Update codeowners.
14+
* [Pull request 80](https://github.com/ignitionrobotics/ign-msgs/pull/80)
15+
16+
1. Included autogenerated code to the ign_create_docs function.
17+
* [Pull request 76](https://github.com/ignitionrobotics/ign-msgs/pull/76)
18+
19+
1. Feature/add visual arrow and axis.
20+
* [Pull request 62](https://github.com/ignitionrobotics/ign-msgs/pull/62)
21+
22+
1. Add Cone Geometry Type to marker.proto.
23+
* [Pull request 61](https://github.com/ignitionrobotics/ign-msgs/pull/61)
24+
25+
1. Use `/bigobj` in MSVC to support protobuf 3.12 library.
26+
* [Pull request 57](https://github.com/ignitionrobotics/ign-msgs/pull/57)
27+
28+
1. Workflow updates.
29+
* [Pull request 51](https://github.com/ignitionrobotics/ign-msgs/pull/51)
30+
31+
1. Add Cone Geometry Message.
32+
* [Pull request 47](https://github.com/ignitionrobotics/ign-msgs/pull/47)
33+
34+
1. Add .gitignore.
35+
* [Pull request 44](https://github.com/ignitionrobotics/ign-msgs/pull/44)
36+
37+
1. Update BitBucket links.
38+
* [Pull request 41](https://github.com/ignitionrobotics/ign-msgs/pull/41)
639

740
## Ignition Msgs 5.x
841

942
### Ignition Msgs 5.3.0 (2020-05-20)
1043

44+
1. Use modern CMake targets when including ignition-math.
45+
* [Pull request 82](https://github.com/ignitionrobotics/ign-msgs/pull/82)
46+
47+
1. Included autogenerated code to the ign_create_docs function.
48+
* [Pull request 78](https://github.com/ignitionrobotics/ign-msgs/pull/78)
49+
50+
1. Support multiple messages in a proto file.
51+
* [Pull request 70](https://github.com/ignitionrobotics/ign-msgs/pull/70)
52+
53+
1. Add CMake options to support cross-compilation.
54+
* [Pull request 60](https://github.com/ignitionrobotics/ign-msgs/pull/60)
55+
1156
1. Added the `EntityFactory_V` message.
1257
* [Pull request 58](https://github.com/ignitionrobotics/ign-msgs/pull/58)
1358

@@ -57,6 +102,12 @@
57102

58103
### Ignition Msgs 4.9.0 (2020-05-20)
59104

105+
1. Included autogenerated code to the ign_create_docs function.
106+
* [Pull request 79](https://github.com/ignitionrobotics/ign-msgs/pull/79)
107+
108+
1. Add Focal CI.
109+
* [Pull request 73](https://github.com/ignitionrobotics/ign-msgs/pull/73)
110+
60111
1. Added the `EntityFactory_V` message.
61112
* [Pull request 58](https://github.com/ignitionrobotics/ign-msgs/pull/58)
62113

0 commit comments

Comments
 (0)