Skip to content

Commit

Permalink
Bump version to 2.2.2 (#206)
Browse files Browse the repository at this point in the history
  • Loading branch information
traversaro authored Jul 10, 2023
1 parent bbf40bd commit 7676a9c
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,13 @@ The format of this document is based on [Keep a Changelog](https://keepachangelo

## [Unreleased]

# [2.2.0] - 2023-06-27
# [2.2.2] - 2023-07-10

### Fixed

* Fix version number in CMake and package.xml files.

# [2.2.1] - 2023-07-10

### Fixed

Expand All @@ -15,6 +21,9 @@ The format of this document is based on [Keep a Changelog](https://keepachangelo

* Tune position PID gains for torso for iCub 2.* (https://github.com/robotology/icub-models-generator/pull/241).

# [2.2.0] - 2023-06-27

**Due to an error, this release did not contained improvements.**

# [2.1.0] - 2023-06-05

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.2.0)
VERSION 2.2.2)

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.1</version>
<version>2.2.2</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 7676a9c

Please sign in to comment.