From a756a6994a3dc3034a44dd777ad171bd5cce6d49 Mon Sep 17 00:00:00 2001 From: Eduardo Ponz Segrelles Date: Tue, 19 Mar 2024 11:35:11 +0100 Subject: [PATCH] Bump to 0.12.1 (#76) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Bump to 0.12.1 Signed-off-by: EduPonz * Apply Raúl suggestions Signed-off-by: EduPonz --------- Signed-off-by: EduPonz --- VERSION | 2 +- versions.md | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/VERSION b/VERSION index bb7e73da..8a8c4065 100644 --- a/VERSION +++ b/VERSION @@ -1,3 +1,3 @@ VERSION_MAJOR 0 VERSION_MINOR 12 -VERSION_PATCH 0 +VERSION_PATCH 1 diff --git a/versions.md b/versions.md index c2cb1482..0cdf9c22 100644 --- a/versions.md +++ b/versions.md @@ -4,6 +4,7 @@ This file includes the released versions of **eProsima-CI** along with their con The [Forthcoming](#forthcoming) section includes those features added in `main` branch that are not yet in a stable release. - [Forthcoming](#forthcoming) +- [v0.12.1](#v0.12.1) - [v0.12.0](#v0.12.0) - [v0.11.0](#v0.11.0) - [v0.10.0](#v0.10.0) @@ -21,6 +22,10 @@ The [Forthcoming](#forthcoming) section includes those features added in `main` The upcoming release will include the following **features**: +## v0.12.1 + +- Fix a regression in `colcon_build` action for macOS. + ## v0.12.0 - Temporary `TSAN` & `ASAN` workflow fix: set the number of random bits for `mmap` to 28.