Skip to content

Commit ede45be

Browse files
authored
Port to v0.3.1 (#22)
* change version to 0.3.1 * update README.md
1 parent 5de9177 commit ede45be

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CMakeLists.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@ find_package(ament_cmake_python REQUIRED)
2222
find_package(ament_cmake_vendor_package REQUIRED)
2323

2424
list(INSERT CMAKE_MODULE_PATH 0 "${CMAKE_CURRENT_SOURCE_DIR}/cmake/Modules")
25-
find_package(acados 0.3.0 EXACT QUIET)
25+
find_package(acados 0.3.1 EXACT QUIET)
2626

2727
ament_vendor(acados_vendor_ros2
2828
SATISFIED ${acados_FOUND}
2929
VCS_URL https://github.com/acados/acados.git
30-
VCS_VERSION v0.3.0
30+
VCS_VERSION v0.3.1
3131
)
3232
ament_export_dependencies(acados)
3333

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# acados_vendor_ros2
22
Simple ros2 vendor for Acados.
33

4-
![version](https://img.shields.io/badge/version-0.3.0-blue)
4+
![version](https://img.shields.io/badge/version-0.3.1-blue)
55
[![CI (humble)](https://github.com/ICube-Robotics/acados_vendor_ros2/actions/workflows/ci.yml/badge.svg)](https://github.com/ICube-Robotics/acados_vendor_ros2/actions/workflows/ci.yml)
66
[![Build tests (iron)](../../actions/workflows/ci-iron.yaml/badge.svg?branch=main)](../../actions/workflows/ci-iron.yaml?query=branch:main)
77
[![Build tests (rolling)](../../actions/workflows/ci-rolling.yaml/badge.svg?branch=main)](../../actions/workflows/ci-rolling.yaml?query=branch:main)

package.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
schematypens="http://www.w3.org/2001/XMLSchema"?>
55
<package format="2">
66
<name>acados_vendor_ros2</name>
7-
<version>0.3.0</version>
7+
<version>0.3.1</version>
88
<description>Vendored version of acados.</description>
99
<maintainer email="thibault.poignonec@gmail.com">Thibault Poignonec</maintainer>
1010
<license>Apache License 2.0</license> <!-- the contents of this package are Apache 2.0 -->

0 commit comments

Comments
 (0)