Skip to content

Commit b310d7c

Browse files
authored
Merge pull request #7 from robotology/first-release
Set CMake version to 1.0.0 and add CHANGELOG
2 parents a2f3b2b + 791b9e3 commit b310d7c

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Changelog
2+
All notable changes to this project will be documented in this file.
3+
4+
The format of this document is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
5+
6+
## [Unreleased]
7+
8+
## [1.0.0] - 2021-02-22
9+
10+
### Added
11+
- Created repo and added the YARP device `ovrheadset` to expose on YARP the Oculus HMD and controllers.
12+
The device was moved from the YARP repo, to simplify mantainance and permit to easily compile it also against a binary distribution of YARP, see https://github.com/robotology/yarp/issues/2352 for more details.

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
cmake_minimum_required(VERSION 3.12)
88
project(yarp-device-ovrheadset
99
LANGUAGES CXX
10-
VERSION 3.4.100)
10+
VERSION 1.0.0)
1111

1212
include(FeatureSummary)
1313

0 commit comments

Comments
 (0)