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`).