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 authored and domire8 committed Feb 20, 2022
1 parent 86f0f93 commit 95bd935
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,15 @@

Release Versions:

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

## 1.0.0

Version 1.0.0 accounts for breaking changes in control libraries and defines 5.0.0 as the required control libraries
version. Additionally, there is now an install script that takes care of the installation of network interfaces.

## 0.2.0

Version 0.2.0 introduces a slightly different Dockerfile and contains a GitHub workflow to build and push an image with
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.9)
project(network_interfaces VERSION 0.2.0)
project(network_interfaces VERSION 1.0.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="0.2.0",
version="1.0.0",
description="This package implements network interfaces of AICA",
maintainer="Dominic Reber",
maintainer_email="[email protected]",
Expand Down

0 comments on commit 95bd935

Please sign in to comment.