Skip to content

Commit 41a6410

Browse files
authored
🎈 3.17.0 (#567)
Signed-off-by: Michael Carroll <[email protected]>
1 parent e899db5 commit 41a6410

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.10.2 FATAL_ERROR)
33
#============================================================================
44
# Initialize the project
55
#============================================================================
6-
project(ignition-common3 VERSION 3.16.0)
6+
project(ignition-common3 VERSION 3.17.0)
77

88
#============================================================================
99
# Find ignition-cmake

Changelog.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
## Gazebo Common 3.x
22

3+
## Gazebo Common 3.17.0 (2024-01-05)
4+
5+
1. Fix error output when creating directories
6+
* [Pull request #561](https://github.com/gazebosim/gz-common/pull/561)
7+
8+
1. Update github action workflows
9+
* [Pull request #558](https://github.com/gazebosim/gz-common/pull/558)
10+
11+
1. Fix segfault in case of no write access to log dir
12+
* [Pull request #546](https://github.com/gazebosim/gz-common/pull/546)
13+
314
## Gazebo Common 3.16.0 (2023-06-05)
415

516
1. Include cstdint to build with GCC 13

0 commit comments

Comments
 (0)