Skip to content

Commit 6397511

Browse files
committed
Bump to version 3.5.2
1 parent 54a0e6b commit 6397511

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
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+
## [3.5.2] - 2021-08-08
1010

1111
### Added
1212

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 : '3.5.1',
4+
version : '3.5.2',
55
default_options : [
66
'warning_level=3',
77
'cpp_std=c++2a',

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 = "3.5.1"
5+
version = "3.5.2"
66
authors = ["Robbert van der Helm <[email protected]>"]
77
edition = "2018"
88
description = "Optional utility to help set up yabridge"

0 commit comments

Comments
 (0)