From cf31589479f150f8877dfda9d6c8fa98b255f8c0 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 27 Jul 2026 12:17:19 +0000 Subject: [PATCH] chore(release): 0.4.0 [skip ci] # [0.4.0](https://gitea.psi.ch/mx/aare_launcher/compare/v0.3.0...v0.4.0) (2026-07-27) ### Bug Fixes * add missing releaserc ([2027bb3](https://gitea.psi.ch/mx/aare_launcher/commit/2027bb35894eeba3cb9f297cc6201a85363ac3a2)) ### Features * semantic release workflow ([e7a4d3c](https://gitea.psi.ch/mx/aare_launcher/commit/e7a4d3caf88989c423f3e55cf0693a14ea4b82d6)) --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9f37ebf..ac1d3e4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,7 +4,7 @@ version = 4 [[package]] name = "aare_launcher" -version = "0.3.0" +version = "0.4.0" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index 5f8a03d..645178b 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.3.0" +version = "0.4.0" edition = "2024" # The installed command is `aarel`.