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

Prepare for 14.0.0 release #545

Merged
merged 2 commits into from
Sep 26, 2024
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 @@ -33,7 +33,7 @@ cmake_dependent_option(USE_DIST_PACKAGES_FOR_PYTHON
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
19 changes: 18 additions & 1 deletion Changelog.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,26 @@
## Gazebo Transport 14.X

### Gazebo Transport 14.0.0 (2024-08-26)
### Gazebo Transport 14.0.0 (2024-09-25)

1. **Baseline:** this includes all changes from 13.4.0 and earlier.

1. Miscellaneous documentation fixes
* [Pull request #536](https://github.com/gazebosim/gz-transport/pull/536)
* [Pull request #539](https://github.com/gazebosim/gz-transport/pull/539)
* [Pull request #537](https://github.com/gazebosim/gz-transport/pull/537)
* [Pull request #534](https://github.com/gazebosim/gz-transport/pull/534)
* [Pull request #532](https://github.com/gazebosim/gz-transport/pull/533)
* [Pull request #532](https://github.com/gazebosim/gz-transport/pull/532)
* [Pull request #528](https://github.com/gazebosim/gz-transport/pull/528)
* [Pull request #527](https://github.com/gazebosim/gz-transport/pull/527)
* [Pull request #526](https://github.com/gazebosim/gz-transport/pull/526)

1. Simplify the relay tutorial docker setup
* [Pull request #530](https://github.com/gazebosim/gz-transport/pull/530)

1. Replace deprecated File.exists with File.exist and tweak tutorial
* [Pull request #529](https://github.com/gazebosim/gz-transport/pull/529)

1. Update gz-transport14 badge URLs
* [Pull request #524](https://github.com/gazebosim/gz-transport/pull/524)

Expand Down