Skip to content

Commit

Permalink
Bump version to 0.4.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
mdwn committed Feb 18, 2025
1 parent 3d4f72c commit 5ca6b04
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.4.1]

Fix: Audio interfaces with spaces at the end can now be selected.

## [0.4.0] - Refactoring of config parsing, gRPC/OSC.

A gRPC server has been added to mtrack along with several utility subcommands that allow
for control of the player from the command line. This should be useful for creating
external player clients.
Expand Down
2 changes: 1 addition & 1 deletion 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "mtrack"
description = "A multitrack audio and MIDI player for live performances."
license = "GPL-3.0"
version = "0.4.0"
version = "0.4.1"
authors = ["Michael Wilson <mike@mdwn.dev>"]
edition = "2021"
repository = "https://github.com/mdwn/mtrack"
Expand Down

0 comments on commit 5ca6b04

Please sign in to comment.