From 31acc9f3f16ef95a019f1177d4c40ef798ab8937 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 30 Jul 2026 10:31:47 +0000 Subject: [PATCH] chore(release): 0.5.1 [skip ci] ## [0.5.1](https://gitea.psi.ch/mx/aare_launcher/compare/v0.5.0...v0.5.1) (2026-07-30) ### Bug Fixes * use correct token for publish ([92ea602](https://gitea.psi.ch/mx/aare_launcher/commit/92ea60265a2ad6e2b8ed83a0126a94b658dbe43b)) --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f447d9d..2bebbc2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,7 +4,7 @@ version = 4 [[package]] name = "aare_launcher" -version = "0.5.0" +version = "0.5.1" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index 2e9d0ce..124ebb8 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.0" +version = "0.5.1" edition = "2024" # The installed command is `aarel`.