From 275905d7d5687ec6b50abd38c6d55979df028383 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs=20Poderoso?= <120394830+JesusPoderoso@users.noreply.github.com> Date: Tue, 12 Mar 2024 16:37:34 +0100 Subject: [PATCH] Bump version to 0.11.0 (#71) Signed-off-by: JesusPoderoso --- VERSION | 2 +- versions.md | 11 ++++++++++- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index 8b64394e..87705849 100644 --- a/VERSION +++ b/VERSION @@ -1,3 +1,3 @@ VERSION_MAJOR 0 -VERSION_MINOR 9 +VERSION_MINOR 11 VERSION_PATCH 0 diff --git a/versions.md b/versions.md index 23663778..12897e72 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.11.0](#v0.11.0) - [v0.10.0](#v0.10.0) - [v0.9.0](#v0.9.0) - [v0.8.0](#v0.8.0) @@ -19,6 +20,14 @@ The [Forthcoming](#forthcoming) section includes those features added in `main` The upcoming release will include the following **features**: +## v0.11.0 + +This release includes the following **updates**: + +- Remove `CXXFLAGS` for windows build. +- Bump download artifact action to v4 +- Support for the `vcs_import` action in macOS. + ## v0.10.0 This release includes the following **updates**: @@ -102,4 +111,4 @@ This release includes the following **features**: This release includes the following **documentation**: - updated (README.md) -- developer contributing information (`.dev/contributions.md`). \ No newline at end of file +- developer contributing information (`.dev/contributions.md`).