Skip to content

Commit 9f5e04b

Browse files
authored
Release 2.3.0 (#208)
1 parent a7c3056 commit 9f5e04b

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ The format of this document is based on [Keep a Changelog](https://keepachangelo
55

66
## [Unreleased]
77

8+
# [2.3.0] - 2023-09-11
9+
10+
### Fixed
11+
12+
* Fix location of `*_foot_*` links in iCub3 models (https://github.com/robotology/icub-models-generator/pull/243).
13+
* Fixed publication of xsens imu on iCubGazeboV2_7 (https://github.com/robotology/icub-models-generator/pull/246).
14+
815
# [2.2.2] - 2023-07-10
916

1017
### Fixed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
cmake_minimum_required(VERSION 3.8)
66

77
project(icub-models
8-
VERSION 2.2.2)
8+
VERSION 2.3.0)
99

1010
include(GNUInstallDirs)
1111

iCub_manual/package.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<package>
22
<name>iCub</name>
3-
<version>2.2.2</version>
3+
<version>2.3.0</version>
44
<description>
55
This is not an actual package, but rather a placeholder to
66
make sure that the share/iCub directory is found as the

0 commit comments

Comments
 (0)