From 454adb7d51042907afc05fc693a7646009c299ba Mon Sep 17 00:00:00 2001 From: Silvio Traversaro Date: Fri, 31 Jan 2025 22:59:21 +0100 Subject: [PATCH] Bump version to 0.0.10 (#53) --- CHANGELOG.md | 4 +--- CMakeLists.txt | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ce63e1a..bfb5dd6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,7 @@ # Changelog -All notable changes to this project will be documented in this file. -The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). +This file documents notable changes to this project done before December 2023. For changes after that date, plase refers to the release notes of each release at https://github.dev/robotology/idyntree-yarp-tools/releases . -## [Unreleased] ## [0.0.9] - 2023-12-08 diff --git a/CMakeLists.txt b/CMakeLists.txt index 2e160dd..ed33c47 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.5) project(idyntree-yarp-tools LANGUAGES CXX C - VERSION 0.0.9) + VERSION 0.0.10) # Defines the CMAKE_INSTALL_LIBDIR, CMAKE_INSTALL_BINDIR and many other useful macros.