Skip to content

Commit 9c3a743

Browse files
committed
First jazzy release
Signed-off-by: Alberto Tudela <[email protected]>
1 parent 7013c16 commit 9c3a743

File tree

3 files changed

+10
-6
lines changed

3 files changed

+10
-6
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,19 +11,19 @@ on:
1111

1212
jobs:
1313
build:
14-
runs-on: ubuntu-22.04
14+
runs-on: ubuntu-24.04
1515
steps:
1616
- name: Checkout Repository
1717
uses: actions/[email protected]
1818
- name: Setup ROS 2
1919
uses: ros-tooling/[email protected]
2020
with:
21-
required-ros-distributions: humble
21+
required-ros-distributions: jazzy
2222
- name: Install dependencies
2323
uses: ros-tooling/[email protected]
2424
with:
2525
package-name: slg_msgs
26-
target-ros2-distro: humble
26+
target-ros2-distro: jazzy
2727
colcon-defaults: |
2828
{
2929
"build": {

CHANGELOG.rst

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
1-
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
22
Changelog for package slg_msgs
3-
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4+
5+
3.9.2 (06-02-2025)
6+
------------------
7+
* First jazzy release.
48

59
3.9.1 (31-07-2024)
610
------------------

package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
33
<package format="3">
44
<name>slg_msgs</name>
5-
<version>3.9.1</version>
5+
<version>3.9.2</version>
66
<description>This package provides classes and messages to interact with laser related geometry.</description>
77
<maintainer email="[email protected]">Alberto Tudela</maintainer>
88
<license>Apache-2.0</license>

0 commit comments

Comments
 (0)