Skip to content

Commit

Permalink
Update CHANGELOG and version number
Browse files Browse the repository at this point in the history
  • Loading branch information
Dominic Reber committed Jun 21, 2022
1 parent dc6fe50 commit ce02090
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,17 @@

Release Versions:

- [1.1.0](#110)
- [1.0.0](#100)
- [0.2.0](#020)
- [0.1.0](#010)

## 1.1.0

Version 1.1.0 sets control libraries version 6.0.0 as default and fixes the GitHub workflow. Additionally, the C++
library now has its proper CMake configuration and can be included and linked with `find_package(network_interfaces)`
and`target_link_libraries(${MY_TARGET} ${network_interfaces_LIBRARIES}`.

## 1.0.0

Version 1.0.0 accounts for breaking changes in control libraries and defines 5.0.0 as the required control libraries
Expand Down
2 changes: 1 addition & 1 deletion cpp/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.15)
project(network_interfaces VERSION 1.0.0)
project(network_interfaces VERSION 1.1.0)

option(BUILD_TESTING "Build tests." OFF)

Expand Down
2 changes: 1 addition & 1 deletion python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setuptools.setup(
name="network_interfaces",
version="1.0.0",
version="1.1.0",
description="This package implements network interfaces of AICA",
maintainer="Dominic Reber",
maintainer_email="[email protected]",
Expand Down

0 comments on commit ce02090

Please sign in to comment.