Skip to content

Commit 56dab4b

Browse files
committed
fix: fix cmake and package versioning
1 parent e4287b2 commit 56dab4b

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
# CHANGELOG
2+
## 0.16.1 - 2025-10-10
3+
4+
* fix: fix cmake and package versioning
25

36
## 0.16.0 - 2025-09-15
47

5-
- Feat: Added pylibfranka - a python binding for libfranka
8+
* Feat: Added pylibfranka - a python binding for libfranka
69

710
## 0.15.3 - 2025-07-31
811

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.15.3)
5+
set(libfranka_VERSION 0.16.1)
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.15.3</version>
7+
<version>0.16.1</version>
88
<description>libfranka is a C++ library for Franka Robotics research robots</description>
99
<maintainer email="[email protected]">Franka Robotics GmbH</maintainer>
1010
<license>Apache 2.0</license>

0 commit comments

Comments
 (0)