Skip to content

Commit d570d57

Browse files
1.2.0
1 parent d7a64e3 commit d570d57

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

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.2.0 (2025-12-23)
6+
------------------
77
* Add some new maintainers for ROS releases
88
* fixing license tag in package.xml to conform to SPDX
99
* Contributors: Matthias Schoepfer, Nathan Brooks

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.0.2</version>
5+
<version>1.2.0</version>
66
<description>Implementation of C++20's std::span</description>
77
<maintainer email="[email protected]">Tyler Weaver</maintainer>
88
<maintainer email="[email protected]">Nathan Brooks</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.2.0 (2025-12-23)
6+
------------------
77
* Add simple pre-commit job and dependabot config (`#7 <https://github.com/PickNikRobotics/cpp_polyfills/issues/7>`_)
88
* Add some new maintainers for ROS releases
99
* Update header to version 1.2.0

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.0.2</version>
5+
<version>1.2.0</version>
66
<description>C++11/14/17 std::expected with functional-style extensions</description>
77
<maintainer email="[email protected]">Tyler Weaver</maintainer>
88
<maintainer email="[email protected]">Nathan Brooks</maintainer>

0 commit comments

Comments
 (0)