Skip to content

Commit d927330

Browse files
authored
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
1 parent 5b464d2 commit d927330

File tree

3 files changed

+4
-7
lines changed

3 files changed

+4
-7
lines changed

.github/workflows/conda-ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
strategy:
1717
matrix:
1818
build_type: [Release]
19-
os: [ubuntu-latest, windows-2019, macOS-latest]
19+
os: [ubuntu-latest, windows-2019, macos-12]
2020
fail-fast: false
2121

2222
steps:

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)