Skip to content

Commit 2d7ac54

Browse files
committed
1.0.2
1 parent 113d568 commit 2d7ac54

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

cloudini_lib/CHANGELOG.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
Changelog for package cloudini_lib
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5-
Forthcoming
6-
-----------
5+
1.0.2 (2026-03-04)
6+
------------------
77
* fix(cmake): link libzstd.so in ROS builds instead of non-PIC libzstd.a
88
The IMPORTED_LOCATION set_property hack on STATIC IMPORTED targets is ignored
99
by CMake at link time. The correct fix: explicitly select zstd::libzstd_shared

cloudini_lib/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="3">
33
<name>cloudini_lib</name>
4-
<version>1.0.1</version>
4+
<version>1.0.2</version>
55
<description>
66
Main library of Cloudini, the pointcloud compression library
77
</description>

cloudini_ros/CHANGELOG.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
Changelog for package cloudini_ros
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5-
Forthcoming
6-
-----------
5+
1.0.2 (2026-03-04)
6+
------------------
77

88
1.0.1 (2026-03-01)
99
------------------

cloudini_ros/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="3">
33
<name>cloudini_ros</name>
4-
<version>1.0.1</version>
4+
<version>1.0.2</version>
55
<description>
66
Main library of Cloudini, the pointcloud compression library
77
</description>

0 commit comments

Comments
 (0)