From 1f8b57ae5ade73f311355bfa337b401b7cd30565 Mon Sep 17 00:00:00 2001 From: Matthew James Briggs Date: Mon, 12 Jun 2023 13:38:39 -0700 Subject: [PATCH] release version v0.0.5 --- CHANGELOG.md | 7 ++++++- Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fd22eb2..dce1cc1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file. 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). +## [v0.0.4] 2022-06-12 +## Changed +- Add support for pitch bend events. Thank you, @robrennie [#15] +- ## [v0.0.3] 2022-12-13 ## Changed - Add some getters to access private fields. [#14] @@ -30,7 +34,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Everything: you can create simple MIDI files with this library. -[Unreleased]: https://github.com/webern/midi_file/compare/v0.0.3...HEAD +[Unreleased]: https://github.com/webern/midi_file/compare/v0.0.4...HEAD +[v0.0.3]: https://github.com/webern/midi_file/compare/v0.0.3...v0.0.4 [v0.0.3]: https://github.com/webern/midi_file/compare/v0.0.2...v0.0.3 [v0.0.2]: https://github.com/webern/midi_file/compare/v0.0.1...v0.0.2 [v0.0.1]: https://github.com/webern/midi_file/compare/v0.0.0...v0.0.1 diff --git a/Cargo.lock b/Cargo.lock index 579f988..cbe524b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -127,7 +127,7 @@ checksum = "0ee1c47aaa256ecabcaea351eae4a9b01ef39ed810004e298d2511ed284b1525" [[package]] name = "midi_file" -version = "0.0.3" +version = "0.0.4" dependencies = [ "chrono", "env_logger", diff --git a/Cargo.toml b/Cargo.toml index ea5fb20..a00c348 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "midi_file" -version = "0.0.3" +version = "0.0.4" authors = ["Matthew James Briggs "] edition = "2018" exclude = [