Skip to content

Commit

Permalink
Merge pull request #16 from webern/v004
Browse files Browse the repository at this point in the history
release version v0.0.4
  • Loading branch information
webern committed Jun 12, 2023
2 parents ae7dfa2 + 9d6b7ab commit 11b1329
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ 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]

[#15]: https://github.com/webern/midi_file/issues/15

## [v0.0.3] 2022-12-13
## Changed
- Add some getters to access private fields. [#14]
Expand All @@ -30,7 +36,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.

<!-- version diff links -->
[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
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
@@ -1,6 +1,6 @@
[package]
name = "midi_file"
version = "0.0.3"
version = "0.0.4"
authors = ["Matthew James Briggs <matthew.james.briggs@gmail.com>"]
edition = "2018"
exclude = [
Expand Down

0 comments on commit 11b1329

Please sign in to comment.