Skip to content

Commit 64d8699

Browse files
authored
Release 1.22.5 (#210)
* Update changelog * 1.22.5 * Update library version
1 parent 2be70f6 commit 64d8699

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22
Changelog for YP-Spur
33
^^^^^^^^^^^^^^^^^^^^^
44

5+
1.22.5 (2024-05-01)
6+
-------------------
7+
* Detect system time jump back (`#208 <https://github.com/openspur/yp-spur/issues/208>`_)
8+
* Use nanosleep if available (`#209 <https://github.com/openspur/yp-spur/issues/209>`_)
9+
* Output detailed log on time jump exit (`#207 <https://github.com/openspur/yp-spur/issues/207>`_)
10+
* Contributors: Atsushi Watanabe
11+
512
1.22.4 (2024-04-22)
613
-------------------
714
* Fix default MAX_TIME_JUMP (`#205 <https://github.com/openspur/yp-spur/issues/205>`_)

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 2.8.3)
22

33
set(_YPSPUR_MAJOR_VERSION 1)
44
set(_YPSPUR_MINOR_VERSION 22)
5-
set(_YPSPUR_PATCH_VERSION 4)
5+
set(_YPSPUR_PATCH_VERSION 5)
66

77
if(${CMAKE_MAJOR_VERSION} LESS 3)
88
# DARN_IT: CMake 2 should be supported until April, 2019 (Ubuntu Trusty EOL)

package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0"?>
22
<package format="2">
33
<name>ypspur</name>
4-
<version>1.22.4</version>
4+
<version>1.22.5</version>
55
<description>YP-Spur is a mobile robot motion control software with coordinate frame based commands. </description>
66
<maintainer email="atsushi.w@ieee.org">Atsushi Watanabe</maintainer>
77
<license>MIT</license>

0 commit comments

Comments
 (0)