Skip to content

Commit

Permalink
Bump version to 5.7.0 and stop using CHANGELOG (#245)
Browse files Browse the repository at this point in the history
* Bump version to 5.7.0 and stop using CHANGELOG

* Fix conda-based CI
  • Loading branch information
traversaro authored Sep 24, 2024
1 parent 5b464d2 commit d927330
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/conda-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
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 d927330

Please sign in to comment.