Skip to content

Commit

Permalink
Prepare for release 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
brunchboy committed Mar 6, 2019
1 parent 314e7d3 commit f7a837e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
11 changes: 8 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ This change log follows the conventions of

## [Unreleased][unreleased]

Nothing so far.


## [0.5.1] - 2019-03-05

### Fixed

- The `SignatureFinder` would crash trying to calculate signatures for
Expand All @@ -20,8 +25,7 @@ This change log follows the conventions of

- The `MenuLoader` now supports loading tracks from the Label, Bit Rate,
Original Artist, and Remixer menus.
- Track Metadata can now include bit rate when that information is
provided by the player's `dbserver`.
- Track Metadata now includes bit rate, when applicable.


## [0.5.0] - 2019-02-23
Expand Down Expand Up @@ -688,7 +692,8 @@ support.
- Set up initial project structure.
- Selector to choose MIDI output as trigger destination.

[unreleased]: https://github.com/Deep-Symmetry/beat-link-trigger/compare/v0.5.0...HEAD
[unreleased]: https://github.com/Deep-Symmetry/beat-link-trigger/compare/v0.5.1...HEAD
[0.5.1]: https://github.com/Deep-Symmetry/beat-link-trigger/compare/v0.5.0...v0.5.1
[0.5.0]: https://github.com/Deep-Symmetry/beat-link-trigger/compare/v0.4.1...v0.5.0
[0.4.1]: https://github.com/Deep-Symmetry/beat-link-trigger/compare/v0.4.0...v0.4.1
[0.4.0]: https://github.com/Deep-Symmetry/beat-link-trigger/compare/v0.3.8...v0.4.0
Expand Down
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
[fipp "0.6.17"]
[inspector-jay "0.3"]
[me.raynes/fs "1.4.6"]
[org.deepsymmetry/beat-link "0.5.1-SNAPSHOT"]
[org.deepsymmetry/beat-link "0.5.1"]
[org.deepsymmetry/electro "0.1.3"]
[overtone/midi-clj "0.5.0" :exclusions [overtone/at-at]]
[overtone/osc-clj "0.9.0"]
Expand Down

0 comments on commit f7a837e

Please sign in to comment.