Skip to content

Commit

Permalink
Prepare for 6.0.1 (#658)
Browse files Browse the repository at this point in the history
Signed-off-by: Addisu Z. Taddese <[email protected]>
  • Loading branch information
azeey authored Dec 17, 2024
1 parent 7e3a7e8 commit 1deb6d9
Show file tree
Hide file tree
Showing 3 changed files with 16 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.22.1 FATAL_ERROR)
#============================================================================
# Initialize the project
#============================================================================
project(gz-common6 VERSION 6.0.0)
project(gz-common6 VERSION 6.0.1)
set(GZ_COMMON_VER ${PROJECT_VERSION_MAJOR})

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

### Gazebo Common 6.0.1 (2024-12-17)

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

1. Include `math::Angle` since it is used here
* [Pull request #649](https://github.com/gazebosim/gz-common/pull/649)

1. Adds EoL to example
* [Pull request #642](https://github.com/gazebosim/gz-common/pull/642)

1. Remove gts references from documentation
* [Pull request #645](https://github.com/gazebosim/gz-common/pull/645)

## Gazebo Common 6.0.0 (2024-09-25)

1. **Baseline:** this includes all changes from 5.6.0 and earlier.
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-common6</name>
<version>6.0.0</version>
<version>6.0.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 1deb6d9

Please sign in to comment.