From f30e6200785ed8ae37fd7f017a6cb75865f2b4bc Mon Sep 17 00:00:00 2001 From: Robbert van der Helm Date: Mon, 27 Jun 2022 15:54:16 +0200 Subject: [PATCH] Bump to version 4.0.2 --- 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 8ed82030..66b45dfe 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.2] - 2022-06-27 ### Fixed diff --git a/meson.build b/meson.build index 98b1fef5..bfab6361 100644 --- a/meson.build +++ b/meson.build @@ -1,7 +1,7 @@ project( 'yabridge', 'cpp', - version : '4.0.1', + version : '4.0.2', meson_version : '>=0.56', default_options : [ 'warning_level=3', diff --git a/tools/yabridgectl/Cargo.lock b/tools/yabridgectl/Cargo.lock index 46235375..8fb72324 100644 --- a/tools/yabridgectl/Cargo.lock +++ b/tools/yabridgectl/Cargo.lock @@ -825,7 +825,7 @@ dependencies = [ [[package]] name = "yabridgectl" -version = "4.0.1" +version = "4.0.2" dependencies = [ "anyhow", "clap", diff --git a/tools/yabridgectl/Cargo.toml b/tools/yabridgectl/Cargo.toml index 853be281..f42e7198 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.1" +version = "4.0.2" authors = ["Robbert van der Helm "] edition = "2021" description = "Optional utility to help set up yabridge"