From 34698b0576e18a231fceecb401b84b400ab86589 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 30 Jul 2026 10:49:39 +0000 Subject: [PATCH] chore(release): 0.5.2 [skip ci] ## [0.5.2](https://gitea.psi.ch/mx/aare_launcher/compare/v0.5.1...v0.5.2) (2026-07-30) ### Bug Fixes * run rpm build regardless of release ([823b94d](https://gitea.psi.ch/mx/aare_launcher/commit/823b94d5e2a8447cde8aca3753860c4ef1d474e4)) --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2bebbc2..8f43489 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,7 +4,7 @@ version = 4 [[package]] name = "aare_launcher" -version = "0.5.1" +version = "0.5.2" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index 124ebb8..bdcf696 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.5.1" +version = "0.5.2" edition = "2024" # The installed command is `aarel`.