Skip to content

Commit

Permalink
Release v1.2.1
Browse files Browse the repository at this point in the history
- Honor GNU installation directories (#41)
- Fix rotationVelocity computations for angles close to pi (#43)
  • Loading branch information
gergondet committed Mar 31, 2022
1 parent ac86e40 commit 47f7a98
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 @@ -10,7 +10,7 @@ set_property(GLOBAL PROPERTY USE_FOLDERS ON)
set(PROJECT_NAME SpaceVecAlg)
set(PROJECT_DESCRIPTION "Implementation of spatial vector algebra with the Eigen3 linear algebra library.")
set(PROJECT_URL "https://github.com/jrl-umi3218/SpaceVecAlg")
set(PROJECT_VERSION 1.2.0)
set(PROJECT_VERSION 1.2.1)
set(PROJECT_USE_CMAKE_EXPORT TRUE)

include(cmake/base.cmake)
Expand Down
2 changes: 1 addition & 1 deletion conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

class SpaceVecAlgConan(base.Eigen3ToPythonConan):
name = "SpaceVecAlg"
version = "1.2.0"
version = "1.2.1"
description = "Spatial Vector Algebra with the Eigen library"
topics = ("robotics", "algebra", "eigen", "python")
url = "https://github.com/jrl-umi3218/SpaceVecAlg"
Expand Down
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
spacevecalg (1.2.1-1ubuntu1) unstable; urgency=medium

* New upstream release

-- Pierre Gergondet <[email protected]> Thu, 31 Mar 2022 13:23:51 +0800

spacevecalg (1.2.0-1ubuntu1) unstable; urgency=medium

* New upstream release
Expand Down

0 comments on commit 47f7a98

Please sign in to comment.