Skip to content

Commit

Permalink
release version v0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
webern committed Jun 12, 2023
1 parent ae7dfa2 commit 1f8b57a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand All @@ -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.

<!-- 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 <[email protected]>"]
edition = "2018"
exclude = [
Expand Down

0 comments on commit 1f8b57a

Please sign in to comment.