Skip to content

Commit

Permalink
Bump version to v1.7.1 (#185)
Browse files Browse the repository at this point in the history
  • Loading branch information
RiccardoGrieco authored Feb 7, 2023
1 parent 8bda788 commit a3a2086
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.7.1] - 2023-02-07

### Changed
- Use `std::mutex` instead of `std::recursive_mutex` in IWearRemapper (https://github.com/robotology/wearables/pull/174).

Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

cmake_minimum_required(VERSION 3.16)

set(PROJECT_VERSION "1.7.0")
set(PROJECT_VERSION "1.7.1")

set (WEARABLES_PROJECT_NAME Wearables)

Expand Down

0 comments on commit a3a2086

Please sign in to comment.