Skip to content

Commit b0c61c5

Browse files
authored
stable 6.0.0 release (#161)
Signed-off-by: Ian Chen <[email protected]>
1 parent 1d92937 commit b0c61c5

File tree

3 files changed

+9
-6
lines changed

3 files changed

+9
-6
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ find_package(ignition-cmake2 2.8.0 REQUIRED)
1313
#============================================================================
1414
# Configure the project
1515
#============================================================================
16-
ign_configure_project(VERSION_SUFFIX pre1)
16+
ign_configure_project(VERSION_SUFFIX)
1717

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

Changelog.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@
22

33
### Ignition Sensors 6.X.X
44

5-
### Ignition Sensors 6.0.0 (2021-09-22)
5+
### Ignition Sensors 6.0.0 (2021-09-30)
6+
7+
1. Trivial tutorial typo correction in Custom Sensors tutorial
8+
* [Pull request #160](https://github.com/ignitionrobotics/ign-sensors/pull/160)
69

710
1. Bumps in fortress: ign-sensors6
811
* [Pull request #120](https://github.com/ignitionrobotics/ign-sensors/pull/120)

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
99

1010
Build | Status
1111
-- | --
12-
Test coverage | [![codecov](https://codecov.io/gh/ignitionrobotics/ign-sensors/branch/main/graph/badge.svg)](https://codecov.io/gh/ignitionrobotics/ign-sensors)
13-
Ubuntu Bionic | [![Build Status](https://build.osrfoundation.org/buildStatus/icon?job=ignition_sensors-ci-main-bionic-amd64)](https://build.osrfoundation.org/job/ignition_sensors-ci-main-bionic-amd64)
14-
Homebrew | [![Build Status](https://build.osrfoundation.org/buildStatus/icon?job=ignition_sensors-ci-main-homebrew-amd64)](https://build.osrfoundation.org/job/ignition_sensors-ci-main-homebrew-amd64)
15-
Windows | [![Build Status](https://build.osrfoundation.org/job/ign_sensors-ci-win/badge/icon)](https://build.osrfoundation.org/job/ign_sensors-ci-win/)
12+
Test coverage | [![codecov](https://codecov.io/gh/ignitionrobotics/ign-sensors/branch/ign-sensors6/graph/badge.svg)](https://codecov.io/gh/ignitionrobotics/ign-sensors)
13+
Ubuntu Bionic | [![Build Status](https://build.osrfoundation.org/buildStatus/icon?job=ignition_sensors-ci-ign-sensors6-bionic-amd64)](https://build.osrfoundation.org/job/ignition_sensors-ci-ign-sensors6-bionic-amd64)
14+
Homebrew | [![Build Status](https://build.osrfoundation.org/buildStatus/icon?job=ignition_sensors-ci-ign-sensors6-homebrew-amd64)](https://build.osrfoundation.org/job/ignition_sensors-ci-ign-sensors6-homebrew-amd64)
15+
Windows | [![Build Status](https://build.osrfoundation.org/job/ign_sensors-ci-win/badge/icon)](https://build.osrfoundation.org/job/ign_sensors-ign-6-win/)
1616

1717
Ignition Sensors, a component of [Ignition
1818
Robotics](https://ignitionrobotics.org), provides numerous sensor models

0 commit comments

Comments
 (0)