Skip to content

Commit 831597f

Browse files
committed
First jazzy release
Signed-off-by: Alberto Tudela <[email protected]>
1 parent 774981a commit 831597f

File tree

4 files changed

+9
-5
lines changed

4 files changed

+9
-5
lines changed

.github/workflows/build.yml

+3-3
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: laser_segmentation
26-
target-ros2-distro: humble
26+
target-ros2-distro: jazzy
2727
vcs-repo-file-url: ./.github/repos.repos
2828
colcon-defaults: |
2929
{

CHANGELOG.rst

+4
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
Changelog for package laser_segmentation
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
3.0.3 (06-02-2025)
6+
------------------
7+
* First jazzy release.
8+
59
3.0.2 (31-07-2024)
610
------------------
711
* Update to use modern CMake idioms.

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# laser_segmentation
2-
![ROS2](https://img.shields.io/badge/ros2-humble-blue?logo=ros&logoColor=white)
2+
![ROS2](https://img.shields.io/badge/ros2-jazzy-blue?logo=ros&logoColor=white)
33
![License](https://img.shields.io/github/license/ajtudela/laser_segmentation)
44
[![Build](https://github.com/ajtudela/laser_segmentation/actions/workflows/build.yml/badge.svg?branch=main)](https://github.com/ajtudela/laser_segmentation/actions/workflows/build.yml)
55
[![codecov](https://codecov.io/gh/ajtudela/laser_segmentation/graph/badge.svg?token=R48HZO62SQ)](https://codecov.io/gh/ajtudela/laser_segmentation)

package.xml

+1-1
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>laser_segmentation</name>
5-
<version>3.0.2</version>
5+
<version>3.0.3</version>
66
<description>Implementation of algorithms for segmentation of laserscans.</description>
77
<maintainer email="[email protected]">Alberto Tudela</maintainer>
88
<maintainer email="[email protected]">Manuel Fernandez-Carmona</maintainer>

0 commit comments

Comments
 (0)