Skip to content

Commit

Permalink
Prepare for 8.2.1
Browse files Browse the repository at this point in the history
Signed-off-by: Steve Peters <[email protected]>
  • Loading branch information
scpeters committed Oct 27, 2021
1 parent 7b3084b commit a075648
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.10.2 FATAL_ERROR)
#============================================================================
# Initialize the project
#============================================================================
project(ignition-transport8 VERSION 8.2.0)
project(ignition-transport8 VERSION 8.2.1)

#============================================================================
# Find ignition-cmake
Expand Down
19 changes: 19 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
## Ignition Transport 8

### Ignition Transport 8.2.1 (2021-10-27)

1. Make zmq check for post 4.3.1 not to include 4.3.1
* [Pull request #237](https://github.com/ignitionrobotics/ign-transport/pull/237)
* [Pull request #274](https://github.com/ignitionrobotics/ign-transport/pull/274)

1. Fix Homebrew warning (backport from Fortress)
* [Pull request #268](https://github.com/ignitionrobotics/ign-transport/pull/268)

1. Infrastructure
* [Pull request #246](https://github.com/ignitionrobotics/ign-transport/pull/246)
* [Pull request #224](https://github.com/ignitionrobotics/ign-transport/pull/224)

1. Remove deprecated test
* [Pull request #239](https://github.com/ignitionrobotics/ign-transport/pull/239)

1. Add Windows Installation using conda-forge, and cleanup install docs
* [Pull request #214](https://github.com/ignitionrobotics/ign-transport/pull/214)

### Ignition Transport 8.2.0 (2020-01-05)

1. All changes up to version 7.5.1.
Expand Down

0 comments on commit a075648

Please sign in to comment.