From d144d6b2c63b54d933374a7e1c987b9e07371452 Mon Sep 17 00:00:00 2001 From: Ian Chen Date: Wed, 25 Sep 2024 23:31:22 +0000 Subject: [PATCH] Prepare for 14.0.0 Signed-off-by: Ian Chen --- CMakeLists.txt | 2 +- Changelog.md | 18 +++++++++++++++++- 2 files changed, 18 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index bb73cce3..8c69aa0e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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 diff --git a/Changelog.md b/Changelog.md index 1fbfbde0..f2f89834 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,9 +1,25 @@ ## 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/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)