From b433d0f4a5d223b11c5f06c837132df2d39ce46e Mon Sep 17 00:00:00 2001 From: Oliver Rockstedt Date: Mon, 27 May 2024 18:42:04 +0200 Subject: [PATCH] Preparing for 0.3.0 release --- CHANGELOG.md | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c7ae08..b52a777 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.3.0] - 2024-05-27 ### Changed diff --git a/Cargo.toml b/Cargo.toml index df4fa29..fea8c2c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "usbd-midi" -version = "0.2.0" +version = "0.3.0" authors = [ "Beau Trepp ", "Florian Jung ",