Skip to content

Commit

Permalink
bump 2.4.0 (#66)
Browse files Browse the repository at this point in the history
  • Loading branch information
iche033 authored Apr 20, 2020
1 parent 90f6cc6 commit 1774bea
Show file tree
Hide file tree
Showing 2 changed files with 7 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(ignition-rendering2 VERSION 2.3.0)
project(ignition-rendering2 VERSION 2.4.0)

#============================================================================
# Find ignition-cmake
Expand Down
7 changes: 6 additions & 1 deletion Changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
## Ignition Rendering

### Ignition Rendering 2.X.X (20XX-XX-XX)
### Ignition Rendering 2.4.0 (2020-04-17)

1. Fix flaky VisualAt test
* [BitBucket pull request 248](https://osrf-migration.github.io/ignition-gh-pages/#!/ignitionrobotics/ign-rendering/pull-requests/248)

1. Port windows fixes
* [BitBucket pull request 253](https://osrf-migration.github.io/ignition-gh-pages/#!/ignitionrobotics/ign-rendering/pull-requests/253)
Expand All @@ -11,6 +14,8 @@
1. Backport transparency setting based on diffuse alpha
* [BitBucket pull request 247](https://osrf-migration.github.io/ignition-gh-pages/#!/ignitionrobotics/ign-rendering/pull-requests/247)

### Ignition Rendering 2.3.0 (2020-02-19)

1. Add API to check which engines are loaded
* [BitBucket pull request 233](https://osrf-migration.github.io/ignition-gh-pages/#!/ignitionrobotics/ign-rendering/pull-requests/233)

Expand Down

0 comments on commit 1774bea

Please sign in to comment.