Skip to content

Commit bade0cd

Browse files
committed
Prepare for 10.0.1 release
Signed-off-by: Ian Chen <ichen@openrobotics.org>
1 parent 952beb9 commit bade0cd

File tree

3 files changed

+28
-2
lines changed

3 files changed

+28
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.22.1 FATAL_ERROR)
33
#============================================================================
44
# Initialize the project
55
#============================================================================
6-
project(gz-sensors VERSION 10.0.0)
6+
project(gz-sensors VERSION 10.0.1)
77

88
#============================================================================
99
# Find gz-cmake

Changelog.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,31 @@
11
## Gazebo Sensors 10
22

3+
### Gazebo Sensors 10.0.1 (2026-01-20)
4+
5+
1. [bazel] Fix CI on MacOS
6+
* [Pull request #583](https://github.com/gazebosim/gz-sensors/pull/583)
7+
8+
1. Find jetty packages with explicit version
9+
* [Pull request #581](https://github.com/gazebosim/gz-sensors/pull/581)
10+
11+
1. Added invalid point checking to RGBD and Depth Camera plugins to set `is_dense` flag accordingly
12+
* [Pull request #575](https://github.com/gazebosim/gz-sensors/pull/575)
13+
14+
1. [bazel/infra] Disable windows CI
15+
* [Pull request #568](https://github.com/gazebosim/gz-sensors/pull/568)
16+
17+
1. [bazel/infra] Add manual BCR release workflow
18+
* [Pull request #567](https://github.com/gazebosim/gz-sensors/pull/567)
19+
20+
1. Bazel updates: prep for BCR release automation
21+
* [Pull request #562](https://github.com/gazebosim/gz-sensors/pull/562)
22+
23+
1. Fix: updated jacobi as template
24+
* [Pull request #560](https://github.com/gazebosim/gz-sensors/pull/560)
25+
26+
1. ADD: Update Air Speed Sensor SDF Element link in Readme
27+
* [Pull request #554](https://github.com/gazebosim/gz-sensors/pull/554)
28+
329
### Gazebo Sensors 10.0.0 (2025-09-30)
430

531
1. **Baseline:** this includes all changes from 9.2.0 and earlier.

package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<?xml-model href="http://download.ros.org/schema/package_format2.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
33
<package format="2">
44
<name>gz-sensors</name>
5-
<version>10.0.0</version>
5+
<version>10.0.1</version>
66
<description>Gazebo Sensors : Sensor models for simulation</description>
77
<maintainer email="ichen@openrobotics.org">Ian Chen</maintainer>
88
<license>Apache License 2.0</license>

0 commit comments

Comments
 (0)