diff --git a/CHANGELOG.md b/CHANGELOG.md index 9bb279b6..a1739b3d 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.0] - 2023-12-23 ### Added diff --git a/meson.build b/meson.build index 19b091c6..c602c5ad 100644 --- a/meson.build +++ b/meson.build @@ -1,7 +1,7 @@ project( 'yabridge', 'cpp', - version : '5.0.5', + version : '5.1.0', meson_version : '>=0.56', default_options : [ 'warning_level=3', diff --git a/tools/yabridgectl/Cargo.lock b/tools/yabridgectl/Cargo.lock index 37ac2eda..451b0ae0 100644 --- a/tools/yabridgectl/Cargo.lock +++ b/tools/yabridgectl/Cargo.lock @@ -914,7 +914,7 @@ checksum = "213b7324336b53d2414b2db8537e56544d981803139155afa84f76eeebb7a546" [[package]] name = "yabridgectl" -version = "5.0.5" +version = "5.1.0" dependencies = [ "anyhow", "clap", diff --git a/tools/yabridgectl/Cargo.toml b/tools/yabridgectl/Cargo.toml index bda615f8..7951951b 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.5" +version = "5.1.0" authors = ["Robbert van der Helm "] edition = "2021" description = "Utility for setting up and managing yabridge"