Skip to content

Commit

Permalink
Merge pull request #1123 from robotology/rel10
Browse files Browse the repository at this point in the history
Bump version to 10.0.0
  • Loading branch information
traversaro committed Oct 16, 2023
2 parents a46ea7f + e7a5ad0 commit 4459722
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [10.0.0] - 2023-10-16

### Added

- Added the possibility of exporting additional XML elements that are added as child of the `<robot>` element in URDF ModelExporter (https://github.com/robotology/idyntree/pull/1088).
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

cmake_minimum_required(VERSION 3.16)

project(iDynTree VERSION 9.100.0
project(iDynTree VERSION 10.0.0
LANGUAGES C CXX)

# Disable in source build, unless Eclipse is used
Expand Down

0 comments on commit 4459722

Please sign in to comment.