Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 9 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,20 @@
Changelog for package network_interface
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

2003.1.2 (2023-10-17)
---------------------
* Boost dependency testing (`#44 <https://github.com/astuff/network_interface/issues/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 <https://github.com/astuff/network_interface/issues/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)
Expand Down
2 changes: 1 addition & 1 deletion package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package format="3">
<name>network_interface</name>
<version>2003.1.1</version>
<version>2003.1.2</version>
<description>Network interfaces and messages.</description>
<license>MIT</license>

Expand Down