From a41bcdf62046d5e8d33f0a98f36513ae45594ee9 Mon Sep 17 00:00:00 2001 From: Robbert van der Helm Date: Sun, 7 May 2023 12:32:56 +0200 Subject: [PATCH] Bump to version 5.0.5 --- CHANGELOG.md | 2 +- meson.build | 2 +- tools/yabridgectl/Cargo.lock | 2 +- tools/yabridgectl/Cargo.toml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f72bad43..1c63bf8e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased] +## [5.0.5] - 2023-05-07 ### Changed diff --git a/meson.build b/meson.build index f76f5acf..d8d9135b 100644 --- a/meson.build +++ b/meson.build @@ -1,7 +1,7 @@ project( 'yabridge', 'cpp', - version : '5.0.4', + version : '5.0.5', meson_version : '>=0.56', default_options : [ 'warning_level=3', diff --git a/tools/yabridgectl/Cargo.lock b/tools/yabridgectl/Cargo.lock index ecadbfde..e5eeca5a 100644 --- a/tools/yabridgectl/Cargo.lock +++ b/tools/yabridgectl/Cargo.lock @@ -835,7 +835,7 @@ dependencies = [ [[package]] name = "yabridgectl" -version = "5.0.4" +version = "5.0.5" dependencies = [ "anyhow", "clap", diff --git a/tools/yabridgectl/Cargo.toml b/tools/yabridgectl/Cargo.toml index f2ea73fb..e4fc1d74 100644 --- a/tools/yabridgectl/Cargo.toml +++ b/tools/yabridgectl/Cargo.toml @@ -2,7 +2,7 @@ name = "yabridgectl" # This version is linked to yabridge's version for clarity's sake and because # there's not a lot going on here -version = "5.0.4" +version = "5.0.5" authors = ["Robbert van der Helm "] edition = "2021" description = "Optional utility to help set up yabridge"