Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

6.3.0 prep #136

Merged
merged 1 commit into from
Feb 17, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.10.2 FATAL_ERROR)
#============================================================================
# Initialize the project
#============================================================================
project(ignition-msgs6 VERSION 6.2.0)
project(ignition-msgs6 VERSION 6.3.0)

#============================================================================
# Find ignition-cmake
Expand Down
15 changes: 14 additions & 1 deletion Changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,19 @@
## Ignition Msgs 6.x

### Ignition Msgs 6.x.x
### Ignition Msgs 6.x.x (2021-xx-xx)

### Ignition Msgs 6.3.0 (2021-02-17)

1. Particle emitter message.
* [Pull request 127](https://github.com/ignitionrobotics/ign-msgs/pull/127)

1. Add std:: to strings in Generator.cc/hh
* [Pull request 129](https://github.com/ignitionrobotics/ign-msgs/pull/129)

1. Add windows installation; move installation in README to tutorial
* [Pull request 126](https://github.com/ignitionrobotics/ign-msgs/pull/126)

1. Includes changes found in version 5.6.0.

### Ignition Msgs 6.2.0 (2020-12-22)

Expand Down