From b826f800374d0b6392ac17847fb599e47ec2accc Mon Sep 17 00:00:00 2001 From: Robbert van der Helm Date: Thu, 9 Jun 2022 16:38:55 +0200 Subject: [PATCH] Bump to version 4.0.0 --- 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 10eee1c1..7625c09f 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.0] - 2022-06-09 ### Added diff --git a/meson.build b/meson.build index ba218ae7..8e1b8bfd 100644 --- a/meson.build +++ b/meson.build @@ -1,7 +1,7 @@ project( 'yabridge', 'cpp', - version : '3.8.1', + version : '4.0.0', meson_version : '>=0.56', default_options : [ 'warning_level=3', diff --git a/tools/yabridgectl/Cargo.lock b/tools/yabridgectl/Cargo.lock index 6dd1bc16..45259c27 100644 --- a/tools/yabridgectl/Cargo.lock +++ b/tools/yabridgectl/Cargo.lock @@ -825,7 +825,7 @@ dependencies = [ [[package]] name = "yabridgectl" -version = "3.8.1" +version = "4.0.0" dependencies = [ "anyhow", "clap", diff --git a/tools/yabridgectl/Cargo.toml b/tools/yabridgectl/Cargo.toml index 4cce6f4d..57dca491 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 = "3.8.1" +version = "4.0.0" authors = ["Robbert van der Helm "] edition = "2021" description = "Optional utility to help set up yabridge"