Skip to content

Commit 477c257

Browse files
authored
Release 1.22.0 (#195)
* Update changelog * 1.22.0 * Update library version
1 parent 28f08dd commit 477c257

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.rst

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

5+
1.22.0 (2024-04-02)
6+
-------------------
7+
* Add option to stop control on system time jump (`#191 <https://github.com/openspur/yp-spur/issues/191>`_)
8+
* Fix clock_nanosleep existence checks (`#193 <https://github.com/openspur/yp-spur/issues/193>`_)
9+
* Contributors: Atsushi Watanabe
10+
511
1.21.0 (2024-03-22)
612
-------------------
713
* Update release-candidate workflow (`#189 <https://github.com/openspur/yp-spur/issues/189>`_)

CMakeLists.txt

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

33
set(_YPSPUR_MAJOR_VERSION 1)
4-
set(_YPSPUR_MINOR_VERSION 21)
4+
set(_YPSPUR_MINOR_VERSION 22)
55
set(_YPSPUR_PATCH_VERSION 0)
66

77
if(${CMAKE_MAJOR_VERSION} LESS 3)

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.21.0</version>
4+
<version>1.22.0</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)