diff --git a/CMakeLists.txt b/CMakeLists.txt index 773a80b58..c8bc8e916 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -18,7 +18,7 @@ set(GZ_CMAKE_VER ${gz-cmake3_VERSION_MAJOR}) set(CMAKE_CXX_STANDARD 17) set(CMAKE_CXX_STANDARD_REQUIRED ON) -gz_configure_project(VERSION_SUFFIX pre1) +gz_configure_project(VERSION_SUFFIX) #============================================================================ # Set project-specific options diff --git a/Changelog.md b/Changelog.md index dcc247aa7..095114179 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,6 +1,94 @@ ## Gazebo Transport 12.X -### Gazebo Transport 12.0.0 (202X-XX-XX) +### Gazebo Transport 12.0.0 (2022-09-22) + +1. Improved windows instructions + * [Pull request #360](https://github.com/gazebosim/gz-transport/pull/360) + +1. Improved instructions + * [Pull request #359](https://github.com/gazebosim/gz-transport/pull/359) + +1. Fix table in "Nodes and topics tutorial" + * [Pull request #356](https://github.com/gazebosim/gz-transport/pull/356) + +1. Update link + * [Pull request #358](https://github.com/gazebosim/gz-transport/pull/358) + +1. Tweak section title. + * [Pull request #357](https://github.com/gazebosim/gz-transport/pull/357) + +1. Fix Docker build and relay tutorial instructions + * [Pull request #355](https://github.com/gazebosim/gz-transport/pull/355) + +1. Fix bench example compilation. + * [Pull request #352](https://github.com/gazebosim/gz-transport/pull/352) + +1. Download examples matching the version number + * [Pull request #354](https://github.com/gazebosim/gz-transport/pull/354) + +1. Tweak topic statistics tutorial + * [Pull request #353](https://github.com/gazebosim/gz-transport/pull/353) + +1. Don't use ignition/msgs.hh + * [Pull request #315](https://github.com/gazebosim/gz-transport/pull/315) + +1. Remove left-over from Discovery_TEST + * [Pull request #343](https://github.com/gazebosim/gz-transport/pull/343) + +1. Suppress protobuf related Windows warnings + * [Pull request #334](https://github.com/gazebosim/gz-transport/pull/334) + +1. Remove problematic discovery test + * [Pull request #336](https://github.com/gazebosim/gz-transport/pull/336) + +1. ign -> gz Provisional Finale: Source Migration : gz-transport + * [Pull request #329](https://github.com/gazebosim/gz-transport/pull/329) + +1. ign -> gz migrations + * [Pull request #328](https://github.com/gazebosim/gz-transport/pull/328) + +1. Use auto for loop iterators + * [Pull request #326](https://github.com/gazebosim/gz-transport/pull/326) + +1. Update GoogleTest to latest version + * [Pull request #316](https://github.com/gazebosim/gz-transport/pull/316) + +1. ign -> gz Partial Docs Migration and Project Name Followups : gz-transport + * [Pull request #325](https://github.com/gazebosim/gz-transport/pull/325) + +1. Migrate ignition-transport + * [Pull request #324](https://github.com/gazebosim/gz-transport/pull/324) + +1. Rename CMake project to gz + * [Pull request #320](https://github.com/gazebosim/gz-transport/pull/320) + +1. ign -> gz Macro Migration : gz-transport + * [Pull request #319](https://github.com/gazebosim/gz-transport/pull/319) + +1. [ign -> gz] CMake functions + * [Pull request #322](https://github.com/gazebosim/gz-transport/pull/322) + +1. ign -> gz Environment Variable Migration + * [Pull request #318](https://github.com/gazebosim/gz-transport/pull/318) + +1. ign -> gz Namespace Migration : gz-transport + * [Pull request #311](https://github.com/gazebosim/gz-transport/pull/311) + +1. ign -> gz migration + * [Pull request #310](https://github.com/gazebosim/gz-transport/pull/310) + +1. Use ign-utils instead of ign-cmake utilities + * [Pull request #307](https://github.com/gazebosim/gz-transport/pull/307) + +1. Remove Bionic from future releases (Garden+) + * [Pull request #297](https://github.com/gazebosim/gz-transport/pull/297) + +1. Bumps in garden: ign-transport12 use ign-math7 + * [Pull request #285](https://github.com/gazebosim/gz-transport/pull/285) + +1. Bumps in garden : ci_matching_branch/bump_garden_ign-transport12 + * [Pull request #280](https://github.com/gazebosim/gz-transport/pull/280) + ## Gazebo Transport 11.X