Skip to content

Commit

Permalink
Bump versions to 2.1-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
mosteo committed Mar 13, 2024
1 parent 31226de commit ac9f1d8
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
6 changes: 4 additions & 2 deletions RELEASING.md
Original file line number Diff line number Diff line change
@@ -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
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 = "2.0"
version = "2.1-dev"

authors = ["Alejandro R. Mosteo", "Fabien Chouteau", "Pierre-Marie de Rodat"]
maintainers = ["[email protected]", "[email protected]"]
Expand Down
4 changes: 3 additions & 1 deletion doc/user-changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`

Expand Down
2 changes: 1 addition & 1 deletion src/alire/alire-version.ads
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ac9f1d8

Please sign in to comment.