Skip to content

Commit

Permalink
prepare for 0.9.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
samaaron committed Jan 17, 2013
1 parent ddf01ca commit f7a6594
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,14 @@
# OSC-clj Changelog

## 0.9.0
_17th January 2013_

* Allow nesting of calls to `in-osc-bundle` to create nested bundles
* Add `in-unested-osc-bundle` to allow for the creation of bundles which are sent immediately and aren't nested in any outer bundle
* Teach peers to disable support for nesting bundles when sending OSC messages (some servers, such as the SuperCollider server don't support them)
* Update dependency on JMDNS to 3.4.1
* Update dependency on at-at to 1.1.1

## 0.8.1
_21st Aug 2012_

Expand Down
2 changes: 1 addition & 1 deletion project.clj
@@ -1,4 +1,4 @@
(defproject overtone/osc-clj "0.9.0-SNAPSHOT"
(defproject overtone/osc-clj "0.9.0"
:description "An Open Sound Control library for Clojure."
:dependencies [[org.clojure/clojure "1.3.0"]
[javax.jmdns/jmdns "3.4.1"]
Expand Down

0 comments on commit f7a6594

Please sign in to comment.