Skip to content

Commit

Permalink
Bump version to 0.16.3 and stop using CHANGELOG (#447)
Browse files Browse the repository at this point in the history
  • Loading branch information
traversaro committed May 17, 2024
1 parent dbd26d3 commit 033c5c4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Changelog

All notable changes to this project will be documented in this file.
This file documents notable changes to this project done before May 2024. For changes after that date, plase refers to the release notes of each release at https://github.com/robotology/ycm-cmake-modules/releases .

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
## [0.16.3] - 2024-05-17

## [Unreleased Minor]
### Fixed

## [Unreleased Patch]
* FindACE: Require at least C++17 when using ACE 8 (https://github.com/robotology/ycm-cmake-modules/pull/#446).

### Changed

Expand Down
2 changes: 1 addition & 1 deletion internal-modules/YCMVersion.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ include(GitInfo)

set(YCM_VERSION_MAJOR 0)
set(YCM_VERSION_MINOR 16)
set(YCM_VERSION_PATCH 2)
set(YCM_VERSION_PATCH 3)

set(YCM_VERSION_API "${YCM_VERSION_MAJOR}.${YCM_VERSION_MINOR}")
set(YCM_VERSION_SHORT "${YCM_VERSION_MAJOR}.${YCM_VERSION_MINOR}.${YCM_VERSION_PATCH}")
Expand Down

0 comments on commit 033c5c4

Please sign in to comment.