Skip to content

Commit d740e5b

Browse files
committed
1.0.2
1 parent c0bb693 commit d740e5b

File tree

4 files changed

+14
-2
lines changed

4 files changed

+14
-2
lines changed

tcb_span/CHANGELOG.rst

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

5+
1.0.2 (2022-10-02)
6+
------------------
7+
* HAS_LIBRARY_TARGET
8+
* Remove superfluous call in cmake
9+
* Contributors: Tyler Weaver
10+
511
1.0.1 (2022-09-27)
612
------------------
713
* Drop requirement for CMake to 3.16

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.1</version>
5+
<version>1.0.2</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: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22
Changelog for package tl_expected
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
1.0.2 (2022-10-02)
6+
------------------
7+
* HAS_LIBRARY_TARGET
8+
* Remove superfluous call in cmake
9+
* Contributors: Tyler Weaver
10+
511
1.0.1 (2022-09-27)
612
------------------
713
* Drop requirement for CMake to 3.16

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.1</version>
5+
<version>1.0.2</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)