Skip to content

Commit

Permalink
Release v1.3.0
Browse files Browse the repository at this point in the history
* Add support for motor temperatures (#17)
* Fix wrong assumption of robot.hasJoint
  • Loading branch information
gergondet committed Oct 17, 2022
1 parent c57f5fc commit 05bfd9f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ cmake_minimum_required(VERSION 3.1)

set(PROJECT_NAME mc_openrtm)
set(PROJECT_DESCRIPTION mc_openrtm)
set(PROJECT_VERSION 1.2.2)
set(PROJECT_VERSION 1.3.0)
set(PROJECT_URL https://github.com/jrl-umi3218/mc_openrtm)
set(PROJECT_DEBUG_POSTFIX "_d")
set(PROJECT_USE_KEYWORD_LINK_LIBRARIES True)
Expand Down
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
mc-openrtm (1.3.0-1debian1) unstable; urgency=medium

* Upstream update

-- Pierre Gergondet <pierre.gergondet+ppa@gmail.com> Mon, 17 Oct 2022 22:00:39 +0900

mc-openrtm (1.2.2-1debian1) unstable; urgency=medium

* Upstream update
Expand Down

0 comments on commit 05bfd9f

Please sign in to comment.