Skip to content

Commit ee14d02

Browse files
committed
Release v1.2.0
* [major] Add rbd::parsers to load standard URDF and YAML robot description files * [minor] Fix argument passing issue in VisServo
1 parent ed059b1 commit ee14d02

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ set(PROJECT_NAME RBDyn)
1010
set(PROJECT_DESCRIPTION "...")
1111
set(PROJECT_URL "https://github.com/jrl-umi3218/RBDyn")
1212
set(PROJECT_DEBUG_POSTFIX "_d")
13-
set(PROJECT_VERSION 1.1.0)
13+
set(PROJECT_VERSION 1.2.0)
1414
set(PROJECT_USE_CMAKE_EXPORT TRUE)
1515

1616
option(BUILD_RBDYN_PARSERS "Build URDF and YAML parsers" ON)

debian/changelog

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
rbdyn (1.2.0-1ubuntu1) unstable; urgency=medium
2+
3+
* Update upstream version
4+
5+
-- Pierre Gergondet <[email protected]> Tue, 28 Apr 2020 18:49:02 +0800
6+
17
rbdyn (1.1.0-1ubuntu2) unstable; urgency=medium
28

39
* Include libRBDynParsers in the package

0 commit comments

Comments
 (0)