Skip to content

Commit 9c00393

Browse files
authored
🎈 5.0.0 (#133)
Signed-off-by: Louise Poubel <[email protected]>
1 parent e9a6148 commit 9c00393

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

‎CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ set(IGN_CMAKE_VER ${ignition-cmake2_VERSION_MAJOR})
1414
#============================================================================
1515
# Configure the project
1616
#============================================================================
17-
ign_configure_project(VERSION_SUFFIX pre1)
17+
ign_configure_project(VERSION_SUFFIX)
1818

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

‎Changelog.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,14 @@
22

33
### Ignition Launch 5.X.X (20XX-XX-XX)
44

5-
### Ignition Launch 5.0.0 (2021-09-XX)
5+
### Ignition Launch 5.0.0 (2021-10-01)
66

77
1. Port ign-launch to Windows
88
* [Pull request #120](https://github.com/ignitionrobotics/ign-launch/pull/120)
99

1010
1. Add standalone executables
1111
* [Pull request #121](https://github.com/ignitionrobotics/ign-launch/pull/121)
12+
* [Pull request #131](https://github.com/ignitionrobotics/ign-launch/pull/131)
1213

1314
1. Remove unused includes (fix build)
1415
* [Pull request #119](https://github.com/ignitionrobotics/ign-launch/pull/119)

‎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-launch/branch/main/graph/badge.svg)](https://codecov.io/gh/ignitionrobotics/ign-launch)
13-
Ubuntu Bionic | [![Build Status](https://build.osrfoundation.org/buildStatus/icon?job=ignition_launch-ci-main-bionic-amd64)](https://build.osrfoundation.org/job/ignition_launch-ci-main-bionic-amd64)
14-
Homebrew | [![Build Status](https://build.osrfoundation.org/buildStatus/icon?job=ignition_launch-ci-main-homebrew-amd64)](https://build.osrfoundation.org/job/ignition_launch-ci-main-homebrew-amd64)
15-
Windows | [![Build Status](https://build.osrfoundation.org/job/ign_launch-ci-win/badge/icon)](https://build.osrfoundation.org/job/ign_launch-ci-win/)
12+
Test coverage | [![codecov](https://codecov.io/gh/ignitionrobotics/ign-launch/branch/ign-launch5/graph/badge.svg)](https://codecov.io/gh/ignitionrobotics/ign-launch)
13+
Ubuntu Bionic | [![Build Status](https://build.osrfoundation.org/buildStatus/icon?job=ignition_launch-ci-ign-launch5-bionic-amd64)](https://build.osrfoundation.org/job/ignition_launch-ci-ign-launch5-bionic-amd64)
14+
Homebrew | [![Build Status](https://build.osrfoundation.org/buildStatus/icon?job=ignition_launch-ci-ign-launch5-homebrew-amd64)](https://build.osrfoundation.org/job/ignition_launch-ci-ign-launch5-homebrew-amd64)
15+
Windows | [![Build Status](https://build.osrfoundation.org/job/ign_launch-ign-5-win/badge/icon)](https://build.osrfoundation.org/job/ign_launch-ign-5-win/)
1616

1717
Ignition Launch, a component of [Ignition
1818
Robotics](https://ignitionrobotics.org), provides a command line interface

0 commit comments

Comments
 (0)