Skip to content

Commit

Permalink
Prepare for 5.7.1 (#662)
Browse files Browse the repository at this point in the history
Signed-off-by: Addisu Z. Taddese <[email protected]>
  • Loading branch information
azeey authored Feb 5, 2025
1 parent b094746 commit 9d775ab
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
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-common5 VERSION 5.7.0)
project(gz-common5 VERSION 5.7.1)
set(GZ_COMMON_VER ${PROJECT_VERSION_MAJOR})

#============================================================================
Expand Down
11 changes: 11 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
## Gazebo Common 5.x

### Gazebo Common 5.7.1 (2025-01-30)

1. Add include <chrono> for system_clock in Event.hh
* [Pull request #655](https://github.com/gazebosim/gz-common/pull/655)

1. Check normal presence before trying to read asMesh normals
* [Pull request #654](https://github.com/gazebosim/gz-common/pull/654)

1. Remove Conda Windows warnings
* [Pull request #652](https://github.com/gazebosim/gz-common/pull/652)

## Gazebo Common 5.7.0 (2024-11-08)

1. Fix loading lightmaps from gltf / glb meshes (#630)
Expand Down
2 changes: 1 addition & 1 deletion package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package format="2">
<name>gz-common5</name>
<version>5.7.0</version>
<version>5.7.1</version>
<description>Gazebo Common : AV, Graphics, Events, and much more.</description>
<maintainer email="[email protected]">Nate Koenig</maintainer>
<license>Apache License 2.0</license>
Expand Down

0 comments on commit 9d775ab

Please sign in to comment.