From 4c9b3f3e5e396660d15f0e96605e1656120c5042 Mon Sep 17 00:00:00 2001 From: Ian Chen Date: Tue, 27 Aug 2024 19:13:30 +0000 Subject: [PATCH] Prepare for gz-transport14.0.0~pre1 release Signed-off-by: Ian Chen --- CMakeLists.txt | 2 +- Changelog.md | 8 +++++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 8c69aa0e..bb73cce3 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) +gz_configure_project(VERSION_SUFFIX pre1) #============================================================================ # Set project-specific options diff --git a/Changelog.md b/Changelog.md index 0938eee1..1fbfbde0 100644 --- a/Changelog.md +++ b/Changelog.md @@ -2,7 +2,13 @@ ### Gazebo Transport 14.0.0 (2024-08-26) -Changes since 13.4.0: +1. **Baseline:** this includes all changes from 13.4.0 and earlier. + +1. Update gz-transport14 badge URLs + * [Pull request #524](https://github.com/gazebosim/gz-transport/pull/524) + +1. Ionic Changelog + * [Pull request #523](https://github.com/gazebosim/gz-transport/pull/523) 1. Replace IGN_IP with GZ_IP * [Pull request #515](https://github.com/gazebosim/gz-transport/pull/515)