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 1021886 commit a0fba77Copy full SHA for a0fba77
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.4.0] - 2022-05-24
10
+
11
### Changed
12
- Fix deprecated `YARP` functions in `YarpUtilities` component (https://github.com/robotology/wearables/pull/152)
13
- Ported `iWearLogger` to the usage of `robometry` (new name of `YARP_telemetry`, https://github.com/robotology/wearables/pull/155)
CMakeLists.txt
@@ -4,7 +4,7 @@
4
5
cmake_minimum_required(VERSION 3.5)
-set(PROJECT_VERSION "1.3.0")
+set(PROJECT_VERSION "1.4.0")
set (WEARABLES_PROJECT_NAME Wearables)
0 commit comments