We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8bda788 commit a3a2086Copy full SHA for a3a2086
CHANGELOG.md
@@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
7
## [Unreleased]
8
9
+## [1.7.1] - 2023-02-07
10
+
11
### Changed
12
- Use `std::mutex` instead of `std::recursive_mutex` in IWearRemapper (https://github.com/robotology/wearables/pull/174).
13
CMakeLists.txt
@@ -4,7 +4,7 @@
4
5
cmake_minimum_required(VERSION 3.16)
-set(PROJECT_VERSION "1.7.0")
+set(PROJECT_VERSION "1.7.1")
set (WEARABLES_PROJECT_NAME Wearables)
0 commit comments