From f7310375669a8f0d57b4566394aa2e194f7d687b Mon Sep 17 00:00:00 2001 From: Oliver Rockstedt Date: Fri, 17 Jan 2025 20:14:34 +0100 Subject: [PATCH] Preparing for 0.5.0 release --- CHANGELOG.md | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ba626a3..ac4e9d0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). -## [Unreleased] +## [0.5.0] - 2025-01-17 This release focuses on improving the internal message data types and their usage. diff --git a/Cargo.toml b/Cargo.toml index 83dbac7..eec3991 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "usbd-midi" -version = "0.4.0" +version = "0.5.0" authors = [ "Beau Trepp ", "Florian Jung ",