Skip to content

Commit

Permalink
Version bumps for 2.0-rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
mosteo committed Feb 29, 2024
1 parent 2bf0f9e commit e440ef2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion RELEASING.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion alire.toml
Original file line number Diff line number Diff line change
@@ -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 = ["[email protected]", "[email protected]"]
Expand Down
3 changes: 2 additions & 1 deletion src/alire/alire-version.ads
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e440ef2

Please sign in to comment.