File tree Expand file tree Collapse file tree 3 files changed +12
-4
lines changed
Expand file tree Collapse file tree 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)
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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments