Skip to content

Commit 4ad2de8

Browse files
authored
Bump version to 5.7.0 and stop using CHANGELOG
1 parent 5b464d2 commit 4ad2de8

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

CHANGELOG.md

+2-5
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
11
# Changelog
2-
All notable changes to this project will be documented in this file.
32

4-
The format of this document is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
3+
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 .
54

6-
## [unreleased]
7-
8-
## [5.6.1] - 2023-02-06
5+
## [5.6.1] - 2024-02-06
96

107
## Fixed
118

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# GNU Lesser General Public License v2.1 or any later version.
44

55
cmake_minimum_required(VERSION 3.5)
6-
project(WB-Toolbox LANGUAGES CXX VERSION 5.6.1)
6+
project(WB-Toolbox LANGUAGES CXX VERSION 5.7.0)
77

88
if(WBT_BUILD_DOCS)
99
add_subdirectory(doc)

0 commit comments

Comments
 (0)