Skip to content

Commit

Permalink
Prepare for 9.3.0 (gazebosim#324)
Browse files Browse the repository at this point in the history
Signed-off-by: Carlos Agüero <[email protected]>
  • Loading branch information
caguero authored Feb 8, 2023
1 parent 9128eb0 commit 6844ef3
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
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.2.0)
project(gz-msgs9 VERSION 9.3.0)

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

### Gazebo Msgs 9.3.0 (2023-02-08)

1. Added airspeed sensor
* [Pull request #321](https://github.com/gazebosim/gz-msgs/pull/321)

1. Fix cross-compilation workflow
* [Pull request #319](https://github.com/gazebosim/gz-msgs/pull/319)

### Gazebo Msgs 9.2.0 (2022-11-23)

1. Add DVL specific messages
Expand Down

0 comments on commit 6844ef3

Please sign in to comment.