diff --git a/CHANGELOG.md b/CHANGELOG.md index 74ae5f5..7873a31 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,12 +1,18 @@ CHANGELOG ========= +## v0.14.0 +- plethora of new (as yet undocumented) features via pull request + + ## v0.13.0 - channel now a changeable parameter - control values cached per-channel-per-thread - start now called automatically when not livecoding - new signal syntax - cross timing emphasis +- cleaned up documentation +- bugfixes ## v0.12.0 - fixed note-level control change so it fires a priori @@ -30,4 +36,4 @@ CHANGELOG - made a changelog - eliminated returns for in-place pattern methods (to suppress terminal output) - added repeat functionality to Thread and core -- documentation \ No newline at end of file +- documentation diff --git a/setup.py b/setup.py index ff7c451..626b1e9 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ setup( name="braid", - version="0.13.0", + version="0.14.0", description="A musical notation system and sequencer for monophonic MIDI synths.", author="Brian House", author_email="brian.house@gmail.com",