File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed
Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 22Changelog 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+
5111.21.0 (2024-03-22)
612-------------------
713* Update release-candidate workflow (`#189 <https://github.com/openspur/yp-spur/issues/189 >`_)
Original file line number Diff line number Diff line change 11cmake_minimum_required (VERSION 2.8.3)
22
33set (_YPSPUR_MAJOR_VERSION 1)
4- set (_YPSPUR_MINOR_VERSION 21 )
4+ set (_YPSPUR_MINOR_VERSION 22 )
55set (_YPSPUR_PATCH_VERSION 0)
66
77if (${CMAKE_MAJOR_VERSION} LESS 3)
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments