Skip to content

Commit 3feca61

Browse files
authored
Prepare for 8.2.2 Release (#1105)
Signed-off-by: Addisu Z. Taddese <addisu@openrobotics.org>
1 parent 75b6aa3 commit 3feca61

File tree

3 files changed

+12
-4
lines changed

3 files changed

+12
-4
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

+10-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
1-
## Gazebo Rendering
1+
# Gazebo Rendering
22

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

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

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="ichen@openrobotics.org">Ian Chen</maintainer>
88
<license>Apache License 2.0</license>

0 commit comments

Comments
 (0)