diff --git a/CHANGELOG.md b/CHANGELOG.md index fb1a629a..4af4cb1a 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.1.1] - 2024-11-04 ### Fixed diff --git a/meson.build b/meson.build index c602c5ad..9e69128d 100644 --- a/meson.build +++ b/meson.build @@ -1,7 +1,7 @@ project( 'yabridge', 'cpp', - version : '5.1.0', + version : '5.1.1', meson_version : '>=0.56', default_options : [ 'warning_level=3', diff --git a/tools/yabridgectl/Cargo.lock b/tools/yabridgectl/Cargo.lock index 451b0ae0..1bdd1ede 100644 --- a/tools/yabridgectl/Cargo.lock +++ b/tools/yabridgectl/Cargo.lock @@ -914,7 +914,7 @@ checksum = "213b7324336b53d2414b2db8537e56544d981803139155afa84f76eeebb7a546" [[package]] name = "yabridgectl" -version = "5.1.0" +version = "5.1.1" dependencies = [ "anyhow", "clap", diff --git a/tools/yabridgectl/Cargo.toml b/tools/yabridgectl/Cargo.toml index 842ac42e..dddd49c2 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.1.0" +version = "5.1.1" authors = ["Robbert van der Helm "] edition = "2021" description = "Utility for setting up and managing yabridge"