Skip to content

Commit b2a5e43

Browse files
committed
Prepare for 8.2.2
Signed-off-by: Addisu Z. Taddese <[email protected]>
1 parent 75b6aa3 commit b2a5e43

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CMakeLists.txt

+1-1
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(gz-rendering8 VERSION 8.2.1)
6+
project(gz-rendering8 VERSION 8.2.2)
77

88
#============================================================================
99
# Find gz-cmake

Changelog.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
## Gazebo Rendering
22

3+
### Gazebo Rendering 8.2.2 (2025-01-30)
4+
5+
1. Fix RenderingIface_TEST for ogre2 when there is no display
6+
* [Pull request #1098](https://github.com/gazebosim/gz-rendering/pull/1098)
7+
8+
1. Better approach to use std::variant
9+
* [Pull request #1093](https://github.com/gazebosim/gz-rendering/pull/1093)
10+
311
### Gazebo Rendering 8.X
412

513
### Gazebo Rendering 8.2.1 (2024-11-08)

package.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<?xml-model href="http://download.ros.org/schema/package_format2.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
33
<package format="2">
44
<name>gz-rendering8</name>
5-
<version>8.2.1</version>
5+
<version>8.2.2</version>
66
<description>Gazebo Rendering: Rendering library for robot applications</description>
77
<maintainer email="[email protected]">Ian Chen</maintainer>
88
<license>Apache License 2.0</license>

0 commit comments

Comments
 (0)