diff --git a/VERSION b/VERSION index c8f7bb64..f61e9df2 100644 --- a/VERSION +++ b/VERSION @@ -1,3 +1,3 @@ VERSION_MAJOR 0 -VERSION_MINOR 24 +VERSION_MINOR 25 VERSION_PATCH 0 diff --git a/versions.md b/versions.md index 90640e2e..4a27846c 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.25.0](#v0.25.0) - [v0.24.0](#v0.24.0) - [v0.23.0](#v0.23.0) - [v0.22.0](#v0.22.0) @@ -38,6 +39,8 @@ The [Forthcoming](#forthcoming) section includes those features added in `main` The upcoming release will include the following **features**: +## v0.25.0 + - Add `skip_base` option to the `get_related_branch_from_repo` action so base branch is not considered. - Add external (multi-platform) action to install Qt.