Skip to content

Commit 3cc708c

Browse files
committed
bump release 0.20.5
1 parent fd9a956 commit 3cc708c

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

CHANGELOG.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,12 @@
22

33
All notable changes to libfranka in this file.
44

5-
## UNRELEASED
5+
## [0.20.5]
66
### libfranka - C++
77
- fix: Sometimes the PTP motion could get stuck in 'idle' after reaching the goal while doing async PTP motions
88
- feat: updated cmake_minimum_required to v3.16
99
- fix: jenkins pipeline updated for internal usage
10-
11-
- **BREAKING**: removed `franka/robot_model.h` header for pinocchio dependency leak in public interface.
10+
- fix: removed `franka/robot_model.h` header for pinocchio dependency leak in public interface.
1211

1312
## [0.20.4]
1413
### libfranka - C++

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.16)
22

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

5-
set(libfranka_VERSION 0.20.4)
5+
set(libfranka_VERSION 0.20.5)
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.4</version>
7+
<version>0.20.5</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)