Skip to content

Commit

Permalink
Release 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
brunchboy committed May 30, 2016
1 parent 48d9cb8 commit 39a6562
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ This change log follows the conventions of

## [Unreleased][unreleased]

Nothing so far.

## [0.2.2] - 2016-05-30

### Added

- The CoreMIDI4J library is now embedded within Afterglow, so it does
Expand All @@ -31,6 +35,9 @@ This change log follows the conventions of
the Push 2 and losing some updates. Instead we send them in batches,
ending each batch with a query, and wait for the response so we know
the controller has caught up.
- Updated to the latest release of the Wayang library for drawing on
the Push 2 display, which solves an issue that prevented the display
from working under Window.

### Changed

Expand Down Expand Up @@ -604,7 +611,8 @@ This change log follows the conventions of
- Initial Public Release


[unreleased]: https://github.com/brunchboy/afterglow/compare/v0.2.1...HEAD
[unreleased]: https://github.com/brunchboy/afterglow/compare/v0.2.2...HEAD
[0.2.2]: https://github.com/brunchboy/afterglow/compare/v0.2.1...v0.2.2
[0.2.1]: https://github.com/brunchboy/afterglow/compare/v0.2.0...v0.2.1
[0.2.0]: https://github.com/brunchboy/afterglow/compare/v0.1.6...v0.2.0
[0.1.6]: https://github.com/brunchboy/afterglow/compare/v0.1.5...v0.1.6
Expand Down
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject afterglow "0.2.2-SNAPSHOT"
(defproject afterglow "0.2.2"
:description "A live-coding environment for light shows, built on the Open Lighting Architecture, using bits of Overtone."
:url "https://github.com/brunchboy/afterglow"
:license {:name "Eclipse Public License"
Expand Down

0 comments on commit 39a6562

Please sign in to comment.