Skip to content

Commit

Permalink
Merge pull request #110 from robotology/bump-version
Browse files Browse the repository at this point in the history
Release version 2.0.1
  • Loading branch information
traversaro authored May 8, 2020
2 parents 8e70d4b + 2a5f47c commit 76e7bb8
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

cmake_minimum_required(VERSION 3.5)
project(RobotTestingFramework
VERSION 2.0.0
VERSION 2.0.1
LANGUAGES C CXX)
# FIXME CMake 3.9 these variables are handled by "project"
set(CMAKE_PROJECT_DESCRIPTION "Robot Testing Framework")
Expand Down
4 changes: 3 additions & 1 deletion doc/release/v2_0_1.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
Robot Testing Framework 2.0.1 (UNRELEASED) Release Notes {#v2.0.1}
Robot Testing Framework 2.0.1 (2020-05-08) Release Notes {#v2.0.1}
========================================================

Important Changes
-----------------

* Fix compilation problem with vcpkg-provided TinyXML (https://github.com/robotology/robot-testing-framework/pull/108).
5 changes: 5 additions & 0 deletions doc/release/v2_0_2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Robot Testing Framework 2.0.2 (UNRELEASED) Release Notes {#v2.0.2}
========================================================

Important Changes
-----------------
2 changes: 2 additions & 0 deletions tests/misc/check_license_skip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ doc/release/v1_4_1.md
doc/release/v1_6_0.md
doc/release/v1_6_1.md
doc/release/v2_0_0.md
doc/release/v2_0_1.md
doc/release/v2_0_2.md
doc/robottestingframework.png
doc/robottestingframework.svg
doc/robottestingframework_arch.png
Expand Down

0 comments on commit 76e7bb8

Please sign in to comment.