Skip to content

Commit

Permalink
Release v1.3.0
Browse files Browse the repository at this point in the history
* Add extraction of the list of edges from the output file of qconvex (#43)
* Make the radii of STP BV accessible after the object has been built (#43)
* Add some interfaces to vector3T (#43)
* Honor GNUInstallDirs (#40)
* Improve support for aarch64 (#40/#41)
* Remove dependency on boost/math (#45)
  • Loading branch information
gergondet committed Sep 1, 2022
1 parent 06abd07 commit 055cc5c
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 @@ -18,7 +18,7 @@ if (NOT DEFINED PROJECT_DEBUG_POSTFIX)
set(PROJECT_DEBUG_POSTFIX "_d")
endif()

set(PROJECT_VERSION 1.2.0)
set(PROJECT_VERSION 1.3.0)
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 @@ -9,7 +9,7 @@

class SCHCoreConan(ConanFile):
name = "sch-core"
version = "1.2.0"
version = "1.3.0"
description = "Efficient implementation of GJK algorithm for proximity queries (collision detection, distance computations, penetration depths and witness points) between convex shapes."
topics = ("robotics", "collision", "proximity", "convex")
url = "https://github.com/jrl-umi3218/sch-core"
Expand Down
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
sch-core (1.3.0-1debian1) unstable; urgency=medium

* Update upstream version

-- Pierre Gergondet <pierre.gergondet+ppa@gmail.com> Thu, 01 Sep 2022 09:38:13 +0900

sch-core (1.2.0-1debian1) unstable; urgency=medium

* Update upstream version
Expand Down

0 comments on commit 055cc5c

Please sign in to comment.