Skip to content

Commit a8f89c7

Browse files
authored
Prepare for 11.0.0 release (#475)
Signed-off-by: Ian Chen <ichen@openrobotics.org>
1 parent 38ed417 commit a8f89c7

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ find_package(gz-cmake REQUIRED)
1414
#============================================================================
1515
# Configure the project
1616
#============================================================================
17-
gz_configure_project(VERSION_SUFFIX pre1)
17+
gz_configure_project(VERSION_SUFFIX)
1818

1919
#============================================================================
2020
# Set project-specific options

Changelog.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,15 @@
11
## Gazebo Fuel Tools 11.x
22

3-
### Gazebo Fuel Tools 11.0.0 (2025-09-XX)
3+
### Gazebo Fuel Tools 11.0.0 (2025-09-30)
44

55
1. **Baseline:** this includes all changes from 10.1.0 and earlier.
66

7+
1. [Bazel] Update bazel module to use jetty release branches
8+
* [Pull request #474](https://github.com/gazebosim/gz-fuel-tools/pull/474)
9+
10+
1. Update gz-fuel-tools11 badge URLs
11+
* [Pull request #473](https://github.com/gazebosim/gz-fuel-tools/pull/473)
12+
713
1. Bump gz-cmake and others in jetty
814
* [Pull request #464](https://github.com/gazebosim/gz-fuel-tools/pull/464)
915

0 commit comments

Comments
 (0)