From 6d28e5abba44da917728fb532f49c3c65da9f843 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 30 Jul 2026 10:20:43 +0000 Subject: [PATCH] chore(release): 0.5.0 [skip ci] # [0.5.0](https://gitea.psi.ch/mx/aare_launcher/compare/v0.4.0...v0.5.0) (2026-07-30) ### Features * prefer installed config file location ([dc6ec72](https://gitea.psi.ch/mx/aare_launcher/commit/dc6ec72e77bbf36073861431545f3f9159dfbb7e)) --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ac1d3e4..f447d9d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,7 +4,7 @@ version = 4 [[package]] name = "aare_launcher" -version = "0.4.0" +version = "0.5.0" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index 645178b..2e9d0ce 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ repository = "https://gitea.psi.ch/perl_d/aare_launcher" keywords = ["mx", "beamline", "launcher", "tui"] categories = ["science", "command-line-utilities"] license = "GPL-3.0-only" -version = "0.4.0" +version = "0.5.0" edition = "2024" # The installed command is `aarel`.