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

Prepare for 9.5.0 Release #373

Merged
merged 1 commit into from
Aug 25, 2023
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(gz-msgs9 VERSION 9.4.0)
project(gz-msgs9 VERSION 9.5.0)

#============================================================================
# Find gz-cmake
Expand Down
33 changes: 33 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,38 @@
## Gazebo Msgs 9.x

### Gazebo Msgs 9.5.0 (2023-08-25)

1. Remove deprecated flag output_to_genfiles
* [Pull request #347](https:/gazebosim/gz-msgs/pull/347)

1. GzProtobuf: Do not require version 3
* [Pull request #346](https:/gazebosim/gz-msgs/pull/346)

1. Fix typos
* [Pull request #344](https:/gazebosim/gz-msgs/pull/344)
* [Pull request #314](https:/gazebosim/gz-msgs/pull/314)

1. Few clangtidy fixes
* [Pull request #343](https:/gazebosim/gz-msgs/pull/343)

1. Remove unused load in gz_msgs_generate
* [Pull request #342](https:/gazebosim/gz-msgs/pull/342)

1. Remove unused ignstrtok variable
* [Pull request #340](https:/gazebosim/gz-msgs/pull/340)

1. Adds a message that allows loading environments via a topic
* [Pull request #320](https:/gazebosim/gz-msgs/pull/320)

1. Rename COPYING to LICENSE
* [Pull request #330](https:/gazebosim/gz-msgs/pull/330)

1. Infrastructure
* [Pull request #370](https:/gazebosim/gz-msgs/pull/370)
* [Pull request #369](https:/gazebosim/gz-msgs/pull/369)
* [Pull request #331](https:/gazebosim/gz-msgs/pull/331)


### Gazebo Msgs 9.4.0 (2023-03-10)

1. Support for bazel in garden
Expand Down
Loading