Skip to content

Commit 74d4f5d

Browse files
authored
Prepare for 2.5.1 release (#157)
* prepare for 2.6.0 release Signed-off-by: Ian Chen <[email protected]> * 2.5.1 Signed-off-by: Ian Chen <[email protected]>
1 parent 7253594 commit 74d4f5d

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.10.2 FATAL_ERROR)
33
#============================================================================
44
# Initialize the project
55
#============================================================================
6-
project(ignition-rendering2 VERSION 2.5.0)
6+
project(ignition-rendering2 VERSION 2.5.1)
77

88
#============================================================================
99
# Find ignition-cmake

Changelog.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
## Ignition Rendering
22

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+
311
### Ignition Rendering 2.5.0 (2020-08-07)
412

513
1. Add support for Gaussian noise render pass in Ogre2DepthCamera

0 commit comments

Comments
 (0)