Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🏁🎈 10.2.0 #301

Merged
merged 1 commit into from
Mar 25, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.1.0)
project(ignition-transport10 VERSION 10.2.0)

#============================================================================
# Find ignition-cmake
Expand Down
31 changes: 29 additions & 2 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,33 @@
## Ignition Transport 10.X

### Ignition Transport 10.X.X
### Ignition Transport 10.2.0 (2022-03-25)

1. Use exec instead of popen to run ign-launch binary
* [Pull request #300](https://github.com/ignitionrobotics/ign-transport/pull/300)

1. Focal CI: static checkers, doxygen linters, compiler warnings
* [Pull request #298](https://github.com/ignitionrobotics/ign-transport/pull/298)

1. Add option to output messages in JSON format
* [Pull request #288](https://github.com/ignitionrobotics/ign-transport/pull/288)

1. Remove no username error messages
* [Pull request #286](https://github.com/ignitionrobotics/ign-transport/pull/286)

1. Documented the default value of `IGN_PARTITION`
* [Pull request #281](https://github.com/ignitionrobotics/ign-transport/pull/281)

1. Remove static on `registrationCb` and `unregistrationCb`.
* [Pull request #273](https://github.com/ignitionrobotics/ign-transport/pull/273)

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)

1. NetUtils: simplify logic in `determineInterfaces`
* [Pull request #257](https://github.com/ignitionrobotics/ign-transport/pull/257)

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

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

Expand Down Expand Up @@ -50,7 +77,7 @@
1. Consider all network interfaces when checking HOST option.
* [Github pull request 245](https://github.com/ignitionrobotics/ign-transport/pull/245)

1. Remove tools/code_check and update codecov.
1. Remove tools/code_check and update codecov.
* [Github pull request 246](https://github.com/ignitionrobotics/ign-transport/pull/246)

1. Remove deprecated test.
Expand Down