From d927330da18d387e577052ee37aa10ee5f6271de Mon Sep 17 00:00:00 2001 From: Silvio Traversaro Date: Tue, 24 Sep 2024 12:53:58 +0200 Subject: [PATCH] Bump version to 5.7.0 and stop using CHANGELOG (#245) * Bump version to 5.7.0 and stop using CHANGELOG * Fix conda-based CI --- .github/workflows/conda-ci.yml | 2 +- CHANGELOG.md | 7 ++----- CMakeLists.txt | 2 +- 3 files changed, 4 insertions(+), 7 deletions(-) diff --git a/.github/workflows/conda-ci.yml b/.github/workflows/conda-ci.yml index 5acee7a5..bbfd05b9 100644 --- a/.github/workflows/conda-ci.yml +++ b/.github/workflows/conda-ci.yml @@ -16,7 +16,7 @@ jobs: strategy: matrix: build_type: [Release] - os: [ubuntu-latest, windows-2019, macOS-latest] + os: [ubuntu-latest, windows-2019, macos-12] fail-fast: false steps: diff --git a/CHANGELOG.md b/CHANGELOG.md index 6db837cc..31184d66 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/CMakeLists.txt b/CMakeLists.txt index 79a1e9a6..9d5036a7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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)