Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 0.2.1. #273

Merged
merged 1 commit into from
Feb 2, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
Changelog for package maliput_malidrive
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

0.2.1 (2024-02-02)
------------------
* [bazel] Guarantee shared library creation for the plugin (`#269 <https://github.com/maliput/maliput_malidrive/issues/269>`_)
* Enables regression testing in bazel. (`#246 <https://github.com/maliput/maliput_malidrive/issues/246>`_)

0.2.0 (2024-01-05)
------------------
* [xodr] SmallTownRoads.xodr (`#266 <https://github.com/maliput/maliput_malidrive/issues/266>`_)
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
##############################################################################

cmake_minimum_required(VERSION 3.5 FATAL_ERROR)
project(maliput_malidrive LANGUAGES C CXX VERSION 0.2.0)
project(maliput_malidrive LANGUAGES C CXX VERSION 0.2.1)

##############################################################################
# CMake Support
Expand Down
2 changes: 1 addition & 1 deletion MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Welcome to Maliput Malidrive!
module(
name = "maliput_malidrive",
compatibility_level = 1,
version = "0.2.0",
version = "0.2.1",
)

bazel_dep(name = "rules_cc", version = "0.0.9")
Expand Down
2 changes: 1 addition & 1 deletion package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<?xml-model href="http://download.ros.org/schema/package_format2.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>maliput_malidrive</name>
<version>0.2.0</version>
<version>0.2.1</version>
<description>maliput_malidrive backend</description>
<license file="LICENSE">BSD Clause 3</license>
<maintainer email="[email protected]">Andrew Best</maintainer>
Expand Down
Loading