Skip to content

Commit

Permalink
Update version number and CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
Dominic Reber committed Jan 31, 2022
1 parent 487aa23 commit 3b2f9a0
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,8 +2,15 @@

Release Versions:

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

## 0.2.0

Version 0.2.0 introduces a slightly different Dockerfile and contains a GitHub workflow to build and push an image with
the pre-built network interface libraries. Additionally, two loopback scripts have been added to simplify communication
testing.

## 0.1.0

A set of drivers, protocols and libraries for communicating between software and hardware devices.
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.1.0)
project(network_interfaces VERSION 0.2.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.1.0",
version="0.2.0",
description="This package implements network interfaces of AICA",
maintainer="Dominic Reber",
maintainer_email="[email protected]",
Expand Down

0 comments on commit 3b2f9a0

Please sign in to comment.