File tree 3 files changed +10
-2
lines changed
3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.10.2 FATAL_ERROR)
3
3
#============================================================================
4
4
# Initialize the project
5
5
#============================================================================
6
- project (gz-rendering8 VERSION 8.2.1 )
6
+ project (gz-rendering8 VERSION 8.2.2 )
7
7
8
8
#============================================================================
9
9
# Find gz-cmake
Original file line number Diff line number Diff line change 1
1
## Gazebo Rendering
2
2
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
+
3
11
### Gazebo Rendering 8.X
4
12
5
13
### Gazebo Rendering 8.2.1 (2024-11-08)
Original file line number Diff line number Diff line change 2
2
<?xml-model href =" http://download.ros.org/schema/package_format2.xsd" schematypens =" http://www.w3.org/2001/XMLSchema" ?>
3
3
<package format =" 2" >
4
4
<name >gz-rendering8</name >
5
- <version >8.2.1 </version >
5
+ <version >8.2.2 </version >
6
6
<description >Gazebo Rendering: Rendering library for robot applications</description >
7
7
<
maintainer email =
" [email protected] " >Ian Chen</
maintainer >
8
8
<license >Apache License 2.0</license >
You can’t perform that action at this time.
0 commit comments