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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

馃巿 8.3.0 #338

Merged
merged 2 commits into from
Jul 29, 2022
Merged
Show file tree
Hide file tree
Changes from 1 commit
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-transport8 VERSION 8.2.1)
project(ignition-transport8 VERSION 8.3.0)

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

### Gazebo Transport 8.3.0 (2022-07-27)

1. Ignition -> Gazebo
* [Pull request #330](https://github.com/gazebosim/gz-transport/pull/330)

1. Bash completion for flags
* [Pull request #312](https://github.com/gazebosim/gz-transport/pull/312)

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

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

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

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

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

1. Make zmq check for post 4.3.1 not to include 4.3.1
Expand Down