Commit 3feca61 1 parent 75b6aa3 commit 3feca61 Copy full SHA for 3feca61
File tree 3 files changed +12
-4
lines changed
3 files changed +12
-4
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
- ## Gazebo Rendering
1
+ # Gazebo Rendering
2
2
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 )
4
12
5
13
### Gazebo Rendering 8.2.1 (2024-11-08)
6
14
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 =" ichen@openrobotics.org" >Ian Chen</maintainer >
8
8
<license >Apache License 2.0</license >
You can’t perform that action at this time.
0 commit comments