Skip to content

Commit

Permalink
Update CHANGELOG and increase versions
Browse files Browse the repository at this point in the history
  • Loading branch information
domire8 committed Jul 20, 2023
1 parent 522eb13 commit c4a4697
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,24 @@

Release Versions:

- [1.4.0](#140)
- [1.3.0](#130)
- [1.2.0](#120)
- [1.1.0](#110)
- [1.0.0](#100)
- [0.2.0](#020)
- [0.1.0](#010)

## 1.4.0

Version 1.4.0 includes a first stable version of communication interfaces.

## 1.3.0

Version 1.3.0 introduces the first version of the communication_interfaces library, which is a more standalone and
versatile alternative of network_interfaces for socket communication. It doesn't have dependencies on control libraries
or clproto. Additionally, the release includes automated builds for the CI.

## 1.2.0

Version 1.2.0 is an update to support the latest release of
Expand Down
2 changes: 1 addition & 1 deletion cpp/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.15)

set (NETWORK_INTERFACES_VERSION 1.2.0)
set (NETWORK_INTERFACES_VERSION 1.4.0)
project(network_interfaces VERSION ${NETWORK_INTERFACES_VERSION})

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.2.0",
version="1.4.0",
description="This package implements network interfaces of AICA",
maintainer="Dominic Reber",
maintainer_email="[email protected]",
Expand Down
2 changes: 1 addition & 1 deletion source/communication_interfaces/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.15)

set(COMMUNICATION_INTERFACES_VERSION 0.0.1)
set(COMMUNICATION_INTERFACES_VERSION 0.0.2)
project(communication_interfaces VERSION ${COMMUNICATION_INTERFACES_VERSION})

option(BUILD_TESTING "Build tests." OFF)
Expand Down

0 comments on commit c4a4697

Please sign in to comment.