Skip to content

Commit

Permalink
Bump version to 0.2.0 and release (#19)
Browse files Browse the repository at this point in the history
traversaro authored May 28, 2021

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 250f8d8 commit 62bf3e4
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -5,6 +5,9 @@ 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).

## [Unreleased]

## [0.2.0] - 2021-05-28

### Added
- Added `analogServer` device to stream T256 pose. (See [!18](https://github.com/robotology/yarp-device-realsense2/pull/18)).

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

include(FeatureSummary)

0 comments on commit 62bf3e4

Please sign in to comment.