Skip to content

Commit

Permalink
Prepare for 3.17.1
Browse files Browse the repository at this point in the history
Signed-off-by: Addisu Z. Taddese <[email protected]>
  • Loading branch information
azeey committed Jan 29, 2025
1 parent ac3fd97 commit 243f202
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(ignition-common3 VERSION 3.17.0)
project(ignition-common3 VERSION 3.17.1)

#============================================================================
# Find ignition-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 Common 3.x

### Gazebo Common 3.17.1 (2025-01-29)

1. Fix deprecation warnings
* [Pull request #603](https://github.com/gazebosim/gz-common/pull/603)

1. Fix compatibility with FFmpeg5.0
* [Pull request #581](https://github.com/gazebosim/gz-common/pull/581)

## Gazebo Common 3.17.0 (2024-01-05)

1. Fix error output when creating directories
Expand Down

0 comments on commit 243f202

Please sign in to comment.