Skip to content

Commit

Permalink
Bump version to 5.7.0 and stop using CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
traversaro authored Sep 24, 2024
1 parent 5b464d2 commit 4ad2de8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
7 changes: 2 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
# Changelog
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/).
This file documents notable changes to this project done before February 2024. For changes after that date, plase refers to the release notes of each release at https://github.com/robotology/wb-toolbox/releases .

## [unreleased]

## [5.6.1] - 2023-02-06
## [5.6.1] - 2024-02-06

## Fixed

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 @@
# GNU Lesser General Public License v2.1 or any later version.

cmake_minimum_required(VERSION 3.5)
project(WB-Toolbox LANGUAGES CXX VERSION 5.6.1)
project(WB-Toolbox LANGUAGES CXX VERSION 5.7.0)

if(WBT_BUILD_DOCS)
add_subdirectory(doc)
Expand Down

0 comments on commit 4ad2de8

Please sign in to comment.