Skip to content

Commit

Permalink
release v0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
webern committed Dec 13, 2022
1 parent f78d5d3 commit 7a0a9dc
Show file tree
Hide file tree
Showing 3 changed files with 12 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.3] 2022-12-13
## Changed
- Add some getters to access private fields. [#14]

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

## [v0.0.2] 2021-03-07
## Changed
- Fixed a bug where running status bytes were not parsed (thank you @zigazeljko). [#6]
Expand All @@ -24,7 +30,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.2...HEAD
[Unreleased]: https://github.com/webern/midi_file/compare/v0.0.3...HEAD
[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
[v0.0.0]: https://github.com/webern/midi_file/releases/tag/v0.0.0
4 changes: 3 additions & 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.2"
version = "0.0.3"
authors = ["Matthew James Briggs <[email protected]>"]
edition = "2018"
exclude = [
Expand Down

0 comments on commit 7a0a9dc

Please sign in to comment.