Skip to content

Commit 76e7bb8

Browse files
authored
Merge pull request #110 from robotology/bump-version
Release version 2.0.1
2 parents 8e70d4b + 2a5f47c commit 76e7bb8

File tree

4 files changed

+11
-2
lines changed

4 files changed

+11
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
cmake_minimum_required(VERSION 3.5)
2121
project(RobotTestingFramework
22-
VERSION 2.0.0
22+
VERSION 2.0.1
2323
LANGUAGES C CXX)
2424
# FIXME CMake 3.9 these variables are handled by "project"
2525
set(CMAKE_PROJECT_DESCRIPTION "Robot Testing Framework")

doc/release/v2_0_1.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1-
Robot Testing Framework 2.0.1 (UNRELEASED) Release Notes {#v2.0.1}
1+
Robot Testing Framework 2.0.1 (2020-05-08) Release Notes {#v2.0.1}
22
========================================================
33

44
Important Changes
55
-----------------
6+
7+
* Fix compilation problem with vcpkg-provided TinyXML (https://github.com/robotology/robot-testing-framework/pull/108).

doc/release/v2_0_2.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
Robot Testing Framework 2.0.2 (UNRELEASED) Release Notes {#v2.0.2}
2+
========================================================
3+
4+
Important Changes
5+
-----------------

tests/misc/check_license_skip.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ doc/release/v1_4_1.md
2222
doc/release/v1_6_0.md
2323
doc/release/v1_6_1.md
2424
doc/release/v2_0_0.md
25+
doc/release/v2_0_1.md
26+
doc/release/v2_0_2.md
2527
doc/robottestingframework.png
2628
doc/robottestingframework.svg
2729
doc/robottestingframework_arch.png

0 commit comments

Comments
 (0)