Skip to content

Commit

Permalink
Prepare for 14.0.0 (#545)
Browse files Browse the repository at this point in the history
Signed-off-by: Ian Chen <ichen@openrobotics.org>
  • Loading branch information
iche033 authored Sep 26, 2024
1 parent d74c520 commit cc97033
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 2 deletions.
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

0 comments on commit cc97033

Please sign in to comment.