Skip to content

Commit 15787f3

Browse files
authored
Release 1.22.4 (#206)
* Update changelog * 1.22.4 * Update library version
1 parent 1179fe3 commit 15787f3

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.rst

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

5+
1.22.4 (2024-04-22)
6+
-------------------
7+
* Fix default MAX_TIME_JUMP (`#205 <https://github.com/openspur/yp-spur/issues/205>`_)
8+
* Contributors: Atsushi Watanabe
9+
510
1.22.3 (2024-04-22)
611
-------------------
712
* Add parameters to specify maximum allowd time jump (`#202 <https://github.com/openspur/yp-spur/issues/202>`_)

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 3)
5+
set(_YPSPUR_PATCH_VERSION 4)
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.3</version>
4+
<version>1.22.4</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)