File tree 2 files changed +9
-1
lines changed
2 files changed +9
-1
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 (ignition-rendering2 VERSION 2.5.0 )
6
+ project (ignition-rendering2 VERSION 2.5.1 )
7
7
8
8
#============================================================================
9
9
# Find ignition-cmake
Original file line number Diff line number Diff line change 1
1
## Ignition Rendering
2
2
3
+ ### Ignition Rendering 2.5.1 (2020-10-05)
4
+
5
+ 1 . Limit number of shadow casting lights in ogre2
6
+ * [ Pull Request 155] ( https://github.com/ignitionrobotics/ign-rendering/pull/155 )
7
+
8
+ 1 . Backport ogre2 depth camera fix
9
+ * [ Pull Request 138] ( https://github.com/ignitionrobotics/ign-rendering/pull/138 )
10
+
3
11
### Ignition Rendering 2.5.0 (2020-08-07)
4
12
5
13
1 . Add support for Gaussian noise render pass in Ogre2DepthCamera
You can’t perform that action at this time.
0 commit comments