Skip to content

Commit

Permalink
🎈 11.0.0 (#266)
Browse files Browse the repository at this point in the history
Signed-off-by: Louise Poubel <[email protected]>
  • Loading branch information
chapulina authored Sep 29, 2021
1 parent 0a813ec commit f3c8f8b
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ set(IGN_CMAKE_VER ${ignition-cmake2_VERSION_MAJOR})
#============================================================================
# Configure the project
#============================================================================
ign_configure_project(VERSION_SUFFIX pre1)
ign_configure_project(VERSION_SUFFIX)

#============================================================================
# Set project-specific options
Expand Down
19 changes: 17 additions & 2 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
## Ignition Transport 11.X

### Ignition Transport 11.0.0 (2021-XX-XX)
### Ignition Transport 11.0.0 (2021-09-28)

1. Windows fix
* [Pull request #250](https://github.com/ignitionrobotics/ign-transport/pull/250)

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

1. Depend on ign-msgs8
* [Pull request #238](https://github.com/ignitionrobotics/ign-transport/pull/238)

1. Infrastructure
* [Pull request #236](https://github.com/ignitionrobotics/ign-transport/pull/236)
* [Pull request #242](https://github.com/ignitionrobotics/ign-transport/pull/242)
* [Pull request #264](https://github.com/ignitionrobotics/ign-transport/pull/264)
* [Pull request #265](https://github.com/ignitionrobotics/ign-transport/pull/265)

## Ignition Transport 10.X

Expand Down Expand Up @@ -40,7 +55,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

0 comments on commit f3c8f8b

Please sign in to comment.