Skip to content

Commit

Permalink
Merge pull request #51 from robotology/release031
Browse files Browse the repository at this point in the history
Release 0.3.1 and document that CHANGELOG is not going to be updated
  • Loading branch information
traversaro authored Dec 12, 2024
2 parents 0255916 + 158b437 commit 93e8993
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
# Changelog
All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
This file documents notable changes to this project done before July 2023.
For changes after that date, plase refers to the release notes of each release at https://github.com/robotology/yarp-device-realsense2/releases .

## [Unreleased]

## [0.3.0] - 2023-07-11

Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
cmake_minimum_required(VERSION 3.12)
project(yarp-device-realsense2
LANGUAGES CXX
VERSION 0.3.0)
VERSION 0.3.1)

include(FeatureSummary)

Expand Down

0 comments on commit 93e8993

Please sign in to comment.