Skip to content

Commit

Permalink
Release icub-models 2.0.1 (#197)
Browse files Browse the repository at this point in the history
  • Loading branch information
traversaro authored Mar 31, 2023
1 parent d6e68d3 commit 29350e9
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,12 @@ All notable changes to this project will be documented in this file.
The format of this document is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## [Unreleased]
* Harmonize iCubGazeboV2_5_visuomanip RGB cameras port name (https://github.com/robotology/icub-models/pull/196)

# [2.0.1] - 2023-03-31

### Fixed

* Harmonize iCubGazeboV2_5_visuomanip RGB cameras port names (https://github.com/robotology/icub-models/pull/196).

# [2.0.0] - 2023-03-08

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 2.0.0)
VERSION 2.0.1)

include(GNUInstallDirs)

Expand Down
2 changes: 1 addition & 1 deletion iCub_manual/package.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<package>
<name>iCub</name>
<version>2.0.0</version>
<version>2.0.1</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 29350e9

Please sign in to comment.