From 1a0ae3cd07f4863a65716f11102895e3314e2816 Mon Sep 17 00:00:00 2001 From: cullenstoneAS <87436337+cullenstoneAS@users.noreply.github.com> Date: Tue, 17 Oct 2023 15:07:44 -0500 Subject: [PATCH] 2003.1.2 release (#45) * Update changelog for 2003.1.2 release * 2003.1.2 * capitalize Boost in changelog --- CHANGELOG.rst | 10 +++++++++- package.xml | 2 +- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index bb3f3f8..7847e91 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,12 +2,20 @@ Changelog for package network_interface ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +2003.1.2 (2023-10-17) +--------------------- +* 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 + 2003.1.1 (2022-06-29) ----------- * 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) 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