Skip to content

Commit

Permalink
Release v1.25.0 (#168)
Browse files Browse the repository at this point in the history
  • Loading branch information
traversaro authored Aug 23, 2022
1 parent 97045aa commit 74cbcda
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,17 @@ The format of this document is based on [Keep a Changelog](https://keepachangelo

## [Unreleased]

## [1.25.0] - 2022-08-23

### Changed

* Update iCub3 model with new weight, add FT on left leg, increase shoulder pitch limits (https://github.com/robotology/icub-models-generator/pull/223).
* iCub3: Decrease limit of hip roll after installation of hard stop on robot (https://github.com/robotology/icub-models-generator/pull/224).

## [1.24.1] - 2022-06-08

### Fixed

* Fix r_wrist_yaw joint direction in several iCub 2.* models (https://github.com/robotology/icub-models/issues/156, https://github.com/robotology/icub-models-generator/pull/220).

## [1.24.0] - 2022-05-31
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
cmake_minimum_required(VERSION 3.8)

project(icub-models
VERSION 1.24.1)
VERSION 1.25.0)

include(GNUInstallDirs)

Expand Down
2 changes: 1 addition & 1 deletion iCub/package.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<package>
<name>iCub</name>
<version>1.24.0</version>
<version>1.25.0</version>
<description>
This is not an actual package, but rather a placeholder to
make sure that the share/iCub directory is found as the
Expand Down

0 comments on commit 74cbcda

Please sign in to comment.