FortySevenEffects / arduino_midi_library

MIDI for Arduino
MIT License
1.56k stars 253 forks source link

thruActivated as a property of the Transport layer #148

Closed lathoub closed 4 years ago

lathoub commented 4 years ago

This PR has no effect on the current release of the library. 2 options:

I suggest to go for option 1, as nothing changes in the Release (the changes are in the other Transport Layers)

franky47 commented 4 years ago

I'd rather have a version change to facilitate logging in the changelog, releases should be immutable.

franky47 commented 4 years ago

Also because there is an API change, the dependencies will have to be synchronized, I don't know if you can require a version range in your transport libraries, but we'll have to release the core first, then the updated transports.

lathoub commented 4 years ago

I'll change the versions in the Transport layer and issue a Release - can you make a Release of 5.0.1 as well pls?

franky47 commented 4 years ago

Yes, it's almost ready, I'm updating the documentation.