Skip to content

Commit

Permalink
Release v1.6.0
Browse files Browse the repository at this point in the history
- Always generate URIs in the URDF (#90)
- Honor GNU install dirs (#91)
- Fix tests on aarch64 (#92)
- Improve numerical integration for free-flyer and spherical joints (#66)
  • Loading branch information
gergondet committed Jul 25, 2022
1 parent 914e28c commit 85fc0f8
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ set(PROJECT_NAME RBDyn)
set(PROJECT_DESCRIPTION "...")
set(PROJECT_URL "https://github.com/jrl-umi3218/RBDyn")
set(PROJECT_DEBUG_POSTFIX "_d")
set(PROJECT_VERSION 1.5.2)
set(PROJECT_VERSION 1.6.0)
set(PROJECT_USE_CMAKE_EXPORT TRUE)

option(BUILD_RBDYN_PARSERS "Build URDF and YAML parsers" ON)
Expand Down
2 changes: 1 addition & 1 deletion conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ def get_default_options():

class RBDynConan(base.Eigen3ToPythonConan):
name = "RBDyn"
version = "1.5.2"
version = "1.6.0"
description = "Model the dynamics of rigid body systems"
topics = ("robotics", "dynamics", "eigen", "python")
url = "https://github.com/jrl-umi3218/RBDyn"
Expand Down
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
rbdyn (1.6.0-1debian1) unstable; urgency=medium

* Update upstream version

-- Pierre Gergondet <[email protected]> Mon, 25 Jul 2022 17:28:43 +0200

rbdyn (1.5.2-1debian1) unstable; urgency=medium

* Update upstream version
Expand Down

0 comments on commit 85fc0f8

Please sign in to comment.