Skip to content

Commit 0af7616

Browse files
authored
Release 1.23.2 (#241)
* Update changelog * 1.23.2 * Update library version --------- Co-authored-by: Atsushi Watanabe <8390204+at-wat@users.noreply.github.com>
1 parent e49ca7f commit 0af7616

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.23.2 (2025-08-27)
6+
-------------------
7+
* Do not call null hook on interrupt data (`#239 <https://github.com/openspur/yp-spur/issues/239>`_)
8+
* Bump actions/checkout from 4 to 5 (`#238 <https://github.com/openspur/yp-spur/issues/238>`_)
9+
* Contributors: Atsushi Watanabe, dependabot[bot]
10+
511
1.23.1 (2025-07-30)
612
-------------------
713

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 3.8)
22

33
# Project version is automatically updated by the release candidate workflow
4-
project(ypspur VERSION 1.23.1)
4+
project(ypspur VERSION 1.23.2)
55

66
set(CVF_VERSION ${PROJECT_VERSION})
77

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.23.1</version>
4+
<version>1.23.2</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)