Skip to content

Commit

Permalink
Prepare for 10.1.0 (#272)
Browse files Browse the repository at this point in the history
* Bump to 10.1.0

Signed-off-by: Carlos Agüero <[email protected]>
  • Loading branch information
caguero authored Oct 18, 2021
1 parent 8d1b2ce commit 95bb75a
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
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-transport10 VERSION 10.0.0)
project(ignition-transport10 VERSION 10.1.0)

#============================================================================
# Find ignition-cmake
Expand Down
16 changes: 15 additions & 1 deletion Changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,20 @@
## Ignition Transport 10.X

### Ignition Transport 10.X.X (2021-XX-XX)
### Ignition Transport 10.X.X

### Ignition Transport 10.1.0 (2021-10-17)

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

1. Use standalone executables with ign tool.
* [Github pull request 216](https://github.com/ignitionrobotics/ign-transport/pull/216)

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

1. Remove unnecessary copy and assignment operators (#241).
* [Github pull request 241](https://github.com/ignitionrobotics/ign-transport/pull/241)

### Ignition Transport 10.0.0 (2021-03-30)

Expand Down

0 comments on commit 95bb75a

Please sign in to comment.