Skip to content

Commit 152b4a5

Browse files
committed
release: 0.20.4
1 parent 1ef5c2e commit 152b4a5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

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

33
All notable changes to libfranka in this file.
44

5-
## UNRELEASED
5+
## [0.20.4]
66
### libfranka - C++
77
- fix: valgrind will not report as error reachable-type memleaks from gtest (see https://github.com/google/googletest/issues/4109)
88
- fix: patch segfault in case active control has been resetted by someone else (see franka_hardware)

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.11)
22

33
list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake")
44

5-
set(libfranka_VERSION 0.20.3)
5+
set(libfranka_VERSION 0.20.4)
66

77
project(libfranka
88
VERSION ${libfranka_VERSION}

package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
schematypens="http://www.w3.org/2001/XMLSchema"?>
55
<package format="3">
66
<name>libfranka</name>
7-
<version>0.20.3</version>
7+
<version>0.20.4</version>
88
<description>libfranka is a C++ library for Franka Robotics research robots</description>
99
<maintainer email="support@franka.de">Franka Robotics GmbH</maintainer>
1010
<license>Apache 2.0</license>

0 commit comments

Comments
 (0)