Skip to content

Commit

Permalink
Prepare for 8.2.2
Browse files Browse the repository at this point in the history
Signed-off-by: Addisu Z. Taddese <addisu@openrobotics.org>
  • Loading branch information
azeey committed Jan 30, 2025
1 parent 75b6aa3 commit b2a5e43
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.10.2 FATAL_ERROR)
#============================================================================
# Initialize the project
#============================================================================
project(gz-rendering8 VERSION 8.2.1)
project(gz-rendering8 VERSION 8.2.2)

#============================================================================
# Find gz-cmake
Expand Down
8 changes: 8 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
## Gazebo Rendering

### Gazebo Rendering 8.2.2 (2025-01-30)

1. Fix RenderingIface_TEST for ogre2 when there is no display
* [Pull request #1098](https://github.com/gazebosim/gz-rendering/pull/1098)

1. Better approach to use std::variant
* [Pull request #1093](https://github.com/gazebosim/gz-rendering/pull/1093)

### Gazebo Rendering 8.X

### Gazebo Rendering 8.2.1 (2024-11-08)
Expand Down
2 changes: 1 addition & 1 deletion package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<?xml-model href="http://download.ros.org/schema/package_format2.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="2">
<name>gz-rendering8</name>
<version>8.2.1</version>
<version>8.2.2</version>
<description>Gazebo Rendering: Rendering library for robot applications</description>
<maintainer email="ichen@openrobotics.org">Ian Chen</maintainer>
<license>Apache License 2.0</license>
Expand Down

0 comments on commit b2a5e43

Please sign in to comment.