Skip to content

Commit 6b4e3c1

Browse files
committed
Prepare for 3.0.0
Signed-off-by: Addisu Z. Taddese <[email protected]>
1 parent 9f16062 commit 6b4e3c1

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ set(GZ_CMAKE_VER ${gz-cmake4_VERSION_MAJOR})
1717
set(CMAKE_CXX_STANDARD 17)
1818
set(CMAKE_CXX_STANDARD_REQUIRED ON)
1919

20-
gz_configure_project(VERSION_SUFFIX pre1)
20+
gz_configure_project(VERSION_SUFFIX)
2121

2222
#============================================================================
2323
# Set project-specific options

Changelog.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,15 @@
11
## Gazebo Plugin 3.x
22

3-
### Gazebo Plugin 3.0.0 (2024-08-27)
3+
### Gazebo Plugin 3.0.0 (2024-09-25)
44

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

7+
1. Fix gz-tools version
8+
* [Pull request #153](https://github.com/gazebosim/gz-plugin/pull/153)
9+
10+
1. Fix typo in documentation
11+
* [Pull request #150](https://github.com/gazebosim/gz-plugin/pull/150)
12+
713
1. Update gz-plugin3 badge URLs
814
* [Pull request #148](https://github.com/gazebosim/gz-plugin/pull/148)
915

0 commit comments

Comments
 (0)