Skip to content

Commit 817d2db

Browse files
committed
1.0.1
1 parent ced3a5a commit 817d2db

File tree

4 files changed

+12
-2
lines changed

4 files changed

+12
-2
lines changed

tcb_span/CHANGELOG.rst

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

5+
1.0.1 (2022-09-27)
6+
------------------
7+
* Drop requirement for CMake to 3.16
8+
* Contributors: Tyler Weaver
9+
510
1.0.0 (2022-09-20)
611
------------------
712
* Contributors: Tyler Weaver

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.0</version>
5+
<version>1.0.1</version>
66
<description>Implementation of C++20's std::span</description>
77
<maintainer email="[email protected]">Tyler Weaver</maintainer>
88

tl_expected/CHANGELOG.rst

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

5+
1.0.1 (2022-09-27)
6+
------------------
7+
* Drop requirement for CMake to 3.16
8+
* Contributors: Tyler Weaver
9+
510
1.0.0 (2022-09-20)
611
------------------
712
* Contributors: Tyler Weaver

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

0 commit comments

Comments
 (0)