Skip to content

Commit

Permalink
Update Changelog for 12.0.0 (#361)
Browse files Browse the repository at this point in the history
* 12.0.0 changelog

Signed-off-by: Carlos Agüero <[email protected]>

* remove pre1

Signed-off-by: Nate Koenig <[email protected]>

Signed-off-by: Carlos Agüero <[email protected]>
Signed-off-by: Nate Koenig <[email protected]>
Co-authored-by: Nate Koenig <[email protected]>
  • Loading branch information
caguero and Nate Koenig authored Sep 22, 2022
1 parent 492dc4e commit e77d1b5
Show file tree
Hide file tree
Showing 2 changed files with 90 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
90 changes: 89 additions & 1 deletion Changelog.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit e77d1b5

Please sign in to comment.