Skip to content

Commit

Permalink
Release 1.24.0 (#160)
Browse files Browse the repository at this point in the history
  • Loading branch information
traversaro authored May 31, 2022
1 parent 0594554 commit b783647
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ The format of this document is based on [Keep a Changelog](https://keepachangelo

## [Unreleased]

## [1.24.0] - 2022-05-31

### Fixed
* New tuned pidParams for icub3 gazebo model for walking simulations (https://github.com/robotology/icub-models-generator/pull/219).

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.23.4)
VERSION 1.24.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.21.1</version>
<version>1.24.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 b783647

Please sign in to comment.