Skip to content

Commit

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

## [Unreleased]

# [1.26.0] - 2022-12-09

### Changed
* Export frames in urdf for the sensors (imu and Ft sensors) (https://github.com/robotology/icub-models-generator/pull/227).
* Migrate iCub3 models to use gazebo_yarp_robotinterface plugin (https://github.com/robotology/icub-models-generator/pull/222).

### Fixed
* Fix finding the `iCub` package in ROS2 (https://github.com/robotology/icub-models/pull/178).

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.25.0)
VERSION 1.26.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.25.0</version>
<version>1.26.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 6e3a79d

Please sign in to comment.