Skip to content

Commit

Permalink
Release 1.22.5 (#210)
Browse files Browse the repository at this point in the history
* Update changelog
* 1.22.5
* Update library version
  • Loading branch information
at-wat authored May 1, 2024
1 parent 2be70f6 commit 64d8699
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@
Changelog for YP-Spur
^^^^^^^^^^^^^^^^^^^^^

1.22.5 (2024-05-01)
-------------------
* Detect system time jump back (`#208 <https://github.com/openspur/yp-spur/issues/208>`_)
* Use nanosleep if available (`#209 <https://github.com/openspur/yp-spur/issues/209>`_)
* Output detailed log on time jump exit (`#207 <https://github.com/openspur/yp-spur/issues/207>`_)
* Contributors: Atsushi Watanabe

1.22.4 (2024-04-22)
-------------------
* Fix default MAX_TIME_JUMP (`#205 <https://github.com/openspur/yp-spur/issues/205>`_)
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 2.8.3)

set(_YPSPUR_MAJOR_VERSION 1)
set(_YPSPUR_MINOR_VERSION 22)
set(_YPSPUR_PATCH_VERSION 4)
set(_YPSPUR_PATCH_VERSION 5)

if(${CMAKE_MAJOR_VERSION} LESS 3)
# DARN_IT: CMake 2 should be supported until April, 2019 (Ubuntu Trusty EOL)
Expand Down
2 changes: 1 addition & 1 deletion package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package format="2">
<name>ypspur</name>
<version>1.22.4</version>
<version>1.22.5</version>
<description>YP-Spur is a mobile robot motion control software with coordinate frame based commands. </description>
<maintainer email="[email protected]">Atsushi Watanabe</maintainer>
<license>MIT</license>
Expand Down

0 comments on commit 64d8699

Please sign in to comment.