From 8f31af0ff7f2105f87829f14844055d1677c005c Mon Sep 17 00:00:00 2001 From: cullenstoneAS Date: Tue, 17 Oct 2023 08:42:15 -0500 Subject: [PATCH 1/3] Update changelog for 2003.1.2 release --- CHANGELOG.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index bb3f3f8..496bccf 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,14 @@ Changelog for package network_interface ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +Forthcoming +----------- +* Boost depend testing (`#44 `_) + * remove installation of boost from circleci config + * modify CMakeLists so that the messages and library end up where they belong in humble + * reset circleci config to the way it was before +* Contributors: cullenstoneAS + 2003.1.1 (2022-06-29) ----------- * Ros2 devel (`#42 `_) From 4b1ef2e9cd19032fa5d8c23793832da8adba5d40 Mon Sep 17 00:00:00 2001 From: cullenstoneAS Date: Tue, 17 Oct 2023 08:42:16 -0500 Subject: [PATCH 2/3] 2003.1.2 --- CHANGELOG.rst | 4 ++-- package.xml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 496bccf..62be263 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,8 +2,8 @@ Changelog for package network_interface ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ -Forthcoming ------------ +2003.1.2 (2023-10-17) +--------------------- * Boost depend testing (`#44 `_) * remove installation of boost from circleci config * modify CMakeLists so that the messages and library end up where they belong in humble diff --git a/package.xml b/package.xml index ecbd1eb..ccf309f 100644 --- a/package.xml +++ b/package.xml @@ -1,7 +1,7 @@ network_interface - 2003.1.1 + 2003.1.2 Network interfaces and messages. MIT From 97a6b43dc1e84bf61ba02560a2ef54c6a95204f7 Mon Sep 17 00:00:00 2001 From: cullenstoneAS Date: Tue, 17 Oct 2023 09:35:36 -0500 Subject: [PATCH 3/3] capitalize Boost in changelog --- CHANGELOG.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 62be263..7847e91 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -4,8 +4,8 @@ Changelog for package network_interface 2003.1.2 (2023-10-17) --------------------- -* Boost depend testing (`#44 `_) - * remove installation of boost from circleci config +* Boost dependency testing (`#44 `_) + * remove installation of Boost from circleci config * modify CMakeLists so that the messages and library end up where they belong in humble * reset circleci config to the way it was before * Contributors: cullenstoneAS @@ -15,7 +15,7 @@ Changelog for package network_interface * Ros2 devel (`#42 `_) * changes for ros2 * foxy ci - * install boost library in docker container + * install Boost library in docker container * Contributors: cullenstoneAS 3.1.0 (2021-05-21)