Skip to content

Commit e2bd46c

Browse files
authored
Prepare for 6.0.0 (#643)
Signed-off-by: Addisu Z. Taddese <addisu@openrobotics.org>
1 parent 427fa59 commit e2bd46c

File tree

2 files changed

+18
-3
lines changed

2 files changed

+18
-3
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ set(GZ_CMAKE_VER ${gz-cmake4_VERSION_MAJOR})
1818
set(CMAKE_CXX_STANDARD 17)
1919
set(CMAKE_CXX_STANDARD_REQUIRED ON)
2020

21-
gz_configure_project(VERSION_SUFFIX pre2)
21+
gz_configure_project(VERSION_SUFFIX)
2222

2323
#============================================================================
2424
# Set project-specific options

Changelog.md

+17-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,25 @@
11
## Gazebo Common 6.x
22

3-
## Gazebo Common 6.0.0 (2024-09-XX)
3+
## Gazebo Common 6.0.0 (2024-09-25)
44

55
1. **Baseline:** this includes all changes from 5.6.0 and earlier.
66

7-
1. Experimenting with spdlog
7+
1. Add a note about the conda-distributed ffmpeg on windows
8+
* [Pull request #640](https://github.com/gazebosim/gz-common/pull/640)
9+
10+
1. Fix table of content
11+
* [Pull request #639](https://github.com/gazebosim/gz-common/pull/639)
12+
13+
1. Fix severity level of gzlog
14+
* [Pull request #635](https://github.com/gazebosim/gz-common/pull/635)
15+
16+
1. Fix loading lightmaps from gltf / glb meshes
17+
* [Pull request #630](https://github.com/gazebosim/gz-common/pull/630)
18+
19+
1. Fix AssimpLoader collada texture coordinates
20+
* [Pull request #634](https://github.com/gazebosim/gz-common/pull/634)
21+
22+
1. Implement console logging using `spdlog`
823
* [Pull request #615](https://github.com/gazebosim/gz-common/pull/615)
924

1025
1. Update Changelog, README and prepare for gz-common6.0.0~pre1 release

0 commit comments

Comments
 (0)