Skip to content

Commit 43d552c

Browse files
committed
Bump to version 5.0.1
1 parent fea6ede commit 43d552c

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic
77
Versioning](https://semver.org/spec/v2.0.0.html).
88

9-
## [Unreleased]
9+
## [5.0.1] - 2022-11-14
1010

1111
# Fixed
1212

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@ while also staying easy to debug and maintain.
3939

4040
## Tested with
4141

42-
Yabridge has been tested under the following hosts using Wine Staging **7.20**
43-
(Wine 7.21 [breaks yabridge](https://bugs.winehq.org/show_bug.cgi?id=53912) and
44-
should be avoided for now):
42+
Yabridge has been tested under the following hosts using Wine Staging 7.21
43+
(versions before yabridge 5.0.1 won't work with Wine 7.21 because of Wine bug
44+
[#53912](https://bugs.winehq.org/show_bug.cgi?id=53912)):
4545

4646
| Host | VST2 | VST3 | CLAP |
4747
| --------------------- | ------------------ | -------------------------------------------------------------------- | -------------------------------------------------------------- |

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
project(
22
'yabridge',
33
'cpp',
4-
version : '5.0.0',
4+
version : '5.0.1',
55
meson_version : '>=0.56',
66
default_options : [
77
'warning_level=3',

tools/yabridgectl/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tools/yabridgectl/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "yabridgectl"
33
# This version is linked to yabridge's version for clarity's sake and because
44
# there's not a lot going on here
5-
version = "5.0.0"
5+
version = "5.0.1"
66
authors = ["Robbert van der Helm <[email protected]>"]
77
edition = "2021"
88
description = "Optional utility to help set up yabridge"

0 commit comments

Comments
 (0)