Skip to content

Commit 192a0f2

Browse files
authored
v0.1.3 (#46)
* update changelog
1 parent 93bf83d commit 192a0f2

File tree

3 files changed

+28
-2
lines changed

3 files changed

+28
-2
lines changed

CHANGELOG.rst

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,32 @@
22
Changelog for package rko_lio
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
0.1.3 (2025-10-02)
6+
------------------
7+
* temp fix: ros builds when FETCHCONTENT_FULLY_DISABLED is ON, aka the ros build farm (`#45 <https://github.com/PRBonn/rko_lio/issues/45>`_)
8+
* clean up ament target dependencies deprecation
9+
* update bonxai version
10+
* add bonxai core source to dependencies/bonxai with a check to include only on specific conditions
11+
* Change package layout to make ros package release easier (`#44 <https://github.com/PRBonn/rko_lio/issues/44>`_)
12+
* move ros/cmake and package xml out. merge core cmake into root cmake
13+
* build ros by default, but disable it for the python build
14+
* makefile recipe disables ros build by default for cpp only build
15+
* clean up ros workflows a bit
16+
* Bump pypa/cibuildwheel from 3.1.4 to 3.2.0 (`#42 <https://github.com/PRBonn/rko_lio/issues/42>`_)
17+
Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 3.1.4 to 3.2.0.
18+
- [Release notes](https://github.com/pypa/cibuildwheel/releases)
19+
- [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md)
20+
- [Commits](https://github.com/pypa/cibuildwheel/compare/v3.1.4...v3.2.0)
21+
---
22+
updated-dependencies:
23+
- dependency-name: pypa/cibuildwheel
24+
dependency-version: 3.2.0
25+
dependency-type: direct:production
26+
update-type: version-update:semver-minor
27+
...
28+
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
29+
* Contributors: Meher Malladi, dependabot[bot]
30+
531
0.1.2 (2025-09-26)
632
------------------
733
* Drop irregular lidar frames (`#35 <https://github.com/PRBonn/rko_lio/issues/35>`_)

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" encoding="UTF-8"?>
22
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?><package format="3">
33
<name>rko_lio</name>
4-
<version>0.1.2</version>
4+
<version>0.1.3</version>
55
<description>A Robust Approach for LiDAR-Inertial Odometry Without Sensor-Specific Modelling</description>
66
<maintainer email="rm.meher97@gmail.com">Meher Malladi</maintainer>
77
<license>MIT</license>

python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "scikit_build_core.build"
44

55
[project]
66
name = "rko_lio"
7-
version = "0.1.2"
7+
version = "0.1.3"
88
description = "A Robust Approach for LiDAR-Inertial Odometry Without Sensor-Specific Modelling"
99
authors = [{ name = "Meher Malladi", email = "rm.meher97@gmail.com" }]
1010
readme = "README.md"

0 commit comments

Comments
 (0)