Skip to content

Commit 04b79fd

Browse files
1.3.0
1 parent 803a393 commit 04b79fd

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

tcb_span/CHANGELOG.rst

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

5-
Forthcoming
6-
-----------
5+
1.3.0 (2026-04-22)
6+
------------------
77
* Update maintainers (`#15 <https://github.com/PickNikRobotics/cpp_polyfills/issues/15>`_)
88
* Contributors: Christoph Fröhlich
99

tcb_span/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>tcb_span</name>
5-
<version>1.2.0</version>
5+
<version>1.3.0</version>
66
<description>Implementation of C++20's std::span</description>
77
<maintainer email="bence.magyar.robotics@gmail.com">bmagyar</maintainer>
88
<maintainer email="christoph.froehlich@ait.ac.at">christophfroehlich</maintainer>

tl_expected/CHANGELOG.rst

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

5-
Forthcoming
6-
-----------
5+
1.3.0 (2026-04-22)
6+
------------------
77
* Move deprecation warning outside of include guards (`#22 <https://github.com/PickNikRobotics/cpp_polyfills/issues/22>`_)
88
* Add a deprecation warning to the package.xml (backport `#21 <https://github.com/PickNikRobotics/cpp_polyfills/issues/21>`_) (`#23 <https://github.com/PickNikRobotics/cpp_polyfills/issues/23>`_)
99
* Add a deprecation warning to tl_expected (`#18 <https://github.com/PickNikRobotics/cpp_polyfills/issues/18>`_)

tl_expected/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>tl_expected</name>
5-
<version>1.2.0</version>
5+
<version>1.3.0</version>
66
<description>C++11/14/17 std::expected with functional-style extensions</description>
77
<maintainer email="bence.magyar.robotics@gmail.com">bmagyar</maintainer>
88
<maintainer email="christoph.froehlich@ait.ac.at">christophfroehlich</maintainer>

0 commit comments

Comments
 (0)