Skip to content

Commit

Permalink
Merge pull request #24 from webern/update
Browse files Browse the repository at this point in the history
prep v0.0.6
  • Loading branch information
webern committed Sep 15, 2024
2 parents 9dc8306 + 7447e84 commit ef59a74
Show file tree
Hide file tree
Showing 5 changed files with 237 additions and 199 deletions.
14 changes: 10 additions & 4 deletions .run/test.run.xml
Original file line number Diff line number Diff line change
@@ -1,12 +1,18 @@
<component name="ProjectRunConfigurationManager">
<configuration default="false" name="test" type="CargoCommandRunConfiguration" factoryName="Cargo Command">
<option name="channel" value="DEFAULT" />
<option name="buildProfileId" value="test" />
<option name="command" value="test --package midi_file" />
<option name="allFeatures" value="false" />
<option name="emulateTerminal" value="false" />
<option name="backtrace" value="SHORT" />
<option name="workingDirectory" value="file://$PROJECT_DIR$" />
<envs />
<option name="emulateTerminal" value="false" />
<option name="channel" value="DEFAULT" />
<option name="requiredFeatures" value="true" />
<option name="allFeatures" value="false" />
<option name="withSudo" value="false" />
<option name="buildTarget" value="REMOTE" />
<option name="backtrace" value="SHORT" />
<option name="isRedirectInput" value="false" />
<option name="redirectInputPath" value="" />
<method v="2">
<option name="CARGO.BUILD_TASK_PROVIDER" enabled="true" />
</method>
Expand Down
37 changes: 35 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,54 +1,87 @@
# Changelog

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.6] 2024-09-15

## Added

- Documentation.

## Changed

- Update dependencies.

## [v0.0.5] 2023-10-05

## Added

- Add support for reading pitch bend events. [#20]

## Changed

- Refactored and maybe fixed the writing of pitch bend events. [#20]

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

## [v0.0.4] 2023-06-12

## Changed

- Add support for writing 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]

[#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]
- Added a `Settings` object for constructing a `MidiFile` object. [#6]
- Improved documentation. [#12]
- Clamp quarter note division values to allowable range. [#12]

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

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

## [v0.0.1] 2021-01-30

## Changed
- Re-organized modules and code files, added some documentation.

- Re-organized modules and code files, added some documentation.

## [v0.0.0] 2021-01-18

## Added

- Everything: you can create simple MIDI files with this library.

<!-- version diff links -->
[Unreleased]: https://github.com/webern/midi_file/compare/v0.0.5...HEAD

[Unreleased]: https://github.com/webern/midi_file/compare/v0.0.6...HEAD

[v0.0.6]: https://github.com/webern/midi_file/compare/v0.0.6...v0.0.6

[v0.0.5]: https://github.com/webern/midi_file/compare/v0.0.4...v0.0.5

[v0.0.4]: 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

[v0.0.0]: https://github.com/webern/midi_file/releases/tag/v0.0.0
Loading

0 comments on commit ef59a74

Please sign in to comment.