Skip to content

Commit

Permalink
Bump to version 5.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
robbert-vdh committed Dec 23, 2023
1 parent 5119ca6 commit 1b1fef7
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]
## [5.1.0] - 2023-12-23

### Added

Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
project(
'yabridge',
'cpp',
version : '5.0.5',
version : '5.1.0',
meson_version : '>=0.56',
default_options : [
'warning_level=3',
Expand Down
2 changes: 1 addition & 1 deletion tools/yabridgectl/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion tools/yabridgectl/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "5.0.5"
version = "5.1.0"
authors = ["Robbert van der Helm <mail@robbertvanderhelm.nl>"]
edition = "2021"
description = "Utility for setting up and managing yabridge"
Expand Down

0 comments on commit 1b1fef7

Please sign in to comment.