From 67747531ccc566871cf3c409a45eaf509041e06d Mon Sep 17 00:00:00 2001 From: Robbert van der Helm Date: Sun, 12 Jun 2022 16:33:05 +0200 Subject: [PATCH] Bump to version 4.0.1 --- 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 102acea2..b7fb8cd7 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] +## [4.0.1] - 2022-06-12 ### Added diff --git a/meson.build b/meson.build index a3a7f397..98b1fef5 100644 --- a/meson.build +++ b/meson.build @@ -1,7 +1,7 @@ project( 'yabridge', 'cpp', - version : '4.0.0', + version : '4.0.1', meson_version : '>=0.56', default_options : [ 'warning_level=3', diff --git a/tools/yabridgectl/Cargo.lock b/tools/yabridgectl/Cargo.lock index 45259c27..46235375 100644 --- a/tools/yabridgectl/Cargo.lock +++ b/tools/yabridgectl/Cargo.lock @@ -825,7 +825,7 @@ dependencies = [ [[package]] name = "yabridgectl" -version = "4.0.0" +version = "4.0.1" dependencies = [ "anyhow", "clap", diff --git a/tools/yabridgectl/Cargo.toml b/tools/yabridgectl/Cargo.toml index 57dca491..853be281 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 = "4.0.0" +version = "4.0.1" authors = ["Robbert van der Helm "] edition = "2021" description = "Optional utility to help set up yabridge"