From e440ef29cbb79eb45af7f6098ac51d7434fcf93d Mon Sep 17 00:00:00 2001 From: "Alejandro R. Mosteo" Date: Thu, 29 Feb 2024 11:56:55 +0100 Subject: [PATCH] Version bumps for 2.0-rc1 --- RELEASING.md | 3 ++- alire.toml | 2 +- src/alire/alire-version.ads | 3 ++- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/RELEASING.md b/RELEASING.md index 198b74d3..e44fc0da 100644 --- a/RELEASING.md +++ b/RELEASING.md @@ -1,10 +1,11 @@ ## Checklist for releasing a new version 1. [ ] Update version in `Alire.Version`. +1. [ ] Update version in `alire.toml`. 1. [ ] Create test release in own fork. - To verify builds succeed. - As the Windows build can rarely fail, this provides a backup .exe -1. [ ] Create new index version branches if necessary. +1. [ ] In repo `alire-index`: create new index version branches if necessary. - Edit index/index.toml to match. 1. [ ] Ensure the index version is the default branch in the community repos: - alire-index diff --git a/alire.toml b/alire.toml index 7df86563..25f1e485 100644 --- a/alire.toml +++ b/alire.toml @@ -1,7 +1,7 @@ name = "alr" description = "Command-line tool from the Alire project" -version = "1.3.0-dev" +version = "2.0-rc1" authors = ["Alejandro R. Mosteo", "Fabien Chouteau", "Pierre-Marie de Rodat"] maintainers = ["alejandro@mosteo.com", "chouteau@adacore.com"] diff --git a/src/alire/alire-version.ads b/src/alire/alire-version.ads index c13af6e5..c0261614 100644 --- a/src/alire/alire-version.ads +++ b/src/alire/alire-version.ads @@ -2,7 +2,8 @@ package Alire.Version with Preelaborate is -- Remember to update Alire.Index branch if needed too - Current : constant String := "2.0-dev+beta2"; + Current : constant String := "2.0-rc1"; + -- 2.0.0-rc1: release candidate for 2.0 -- 2.0.0-b1: first public release on the 2.0 branch -- 1.2.1: build switches fix and other minor assorted fixes -- 1.2.0: rpm speed-up, silence propagation warning, early switch parse -- 2.39.5