Skip to content

Commit

Permalink
Merge pull request #7 from robotology/first-release
Browse files Browse the repository at this point in the history
Set CMake version to 1.0.0 and add CHANGELOG
  • Loading branch information
traversaro authored Feb 22, 2021
2 parents a2f3b2b + 791b9e3 commit b310d7c
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Changelog
All notable changes to this project will be documented in this file.

The format of this document is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## [Unreleased]

## [1.0.0] - 2021-02-22

### Added
- Created repo and added the YARP device `ovrheadset` to expose on YARP the Oculus HMD and controllers.
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.
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-ovrheadset
LANGUAGES CXX
VERSION 3.4.100)
VERSION 1.0.0)

include(FeatureSummary)

Expand Down

0 comments on commit b310d7c

Please sign in to comment.