Skip to content

Commit 62bf3e4

Browse files
authored
Bump version to 0.2.0 and release (#19)
1 parent 250f8d8 commit 62bf3e4

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77
## [Unreleased]
8+
9+
## [0.2.0] - 2021-05-28
10+
811
### Added
912
- Added `analogServer` device to stream T256 pose. (See [!18](https://github.com/robotology/yarp-device-realsense2/pull/18)).
1013

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
cmake_minimum_required(VERSION 3.12)
88
project(yarp-device-realsense2
99
LANGUAGES CXX
10-
VERSION 0.1.0)
10+
VERSION 0.2.0)
1111

1212
include(FeatureSummary)
1313

0 commit comments

Comments
 (0)