From ac9f1d80bc2c266400d9a58ff22803b5e4b41721 Mon Sep 17 00:00:00 2001 From: "Alejandro R. Mosteo" Date: Wed, 13 Mar 2024 14:59:15 +0100 Subject: [PATCH] Bump versions to 2.1-dev --- RELEASING.md | 6 ++++-- alire.toml | 2 +- doc/user-changes.md | 4 +++- src/alire/alire-version.ads | 2 +- 4 files changed, 9 insertions(+), 5 deletions(-) diff --git a/RELEASING.md b/RELEASING.md index 5cd6eb8e..eb3a3135 100644 --- a/RELEASING.md +++ b/RELEASING.md @@ -1,8 +1,10 @@ ## Checklist for releasing a new version 1. [ ] Run local-only tests (`/testsuite/run-dev-sh`) -1. [ ] Update version in `Alire.Version`. -1. [ ] Update version in `alire.toml`. +1. [ ] Update versions + - `Alire.Version` + - `alire.toml` + - `user-changes.md` 1. [ ] Create test release in own fork. - To verify builds succeed. - As the Windows build can rarely fail, this provides a backup .exe diff --git a/alire.toml b/alire.toml index 73465f3e..81deb0d6 100644 --- a/alire.toml +++ b/alire.toml @@ -1,7 +1,7 @@ name = "alr" description = "Command-line tool from the Alire project" -version = "2.0" +version = "2.1-dev" authors = ["Alejandro R. Mosteo", "Fabien Chouteau", "Pierre-Marie de Rodat"] maintainers = ["alejandro@mosteo.com", "chouteau@adacore.com"] diff --git a/doc/user-changes.md b/doc/user-changes.md index 08bb3e8d..1cd072e0 100644 --- a/doc/user-changes.md +++ b/doc/user-changes.md @@ -4,7 +4,9 @@ This document is a development diary summarizing changes in `alr` that notably affect the user experience. It is intended as a one-stop point for users to stay on top of `alr` new features. -## Release `2.0-dev` +## Release `2.1` + +## Release `2.0` ### `ALIRE_SETTINGS_DIR` replaces `ALR_CONFIG` diff --git a/src/alire/alire-version.ads b/src/alire/alire-version.ads index e1447f45..8c471d64 100644 --- a/src/alire/alire-version.ads +++ b/src/alire/alire-version.ads @@ -2,7 +2,7 @@ package Alire.Version with Preelaborate is -- Remember to update Alire.Index branch if needed too - Current : constant String := "2.0"; + Current : constant String := "2.1-dev"; -- 2.0.0: alr settings refactor and minor fixes -- 2.0.0-rc1: release candidate for 2.0 -- 2.0.0-b1: first public release on the 2.0 branch -- 2.39.5