Skip to content

Commit

Permalink
mark 0.1.4-alpha1
Browse files Browse the repository at this point in the history
  • Loading branch information
ztellman committed Mar 21, 2016
1 parent c9c904c commit d257057
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,11 @@
* add `mock-clock` and `with-clock` to `manifold.time`, to aid with testing timeouts and other wall-clock behavior
* add `consume-async` method, which expects the consume callback to return a deferred that yields a boolean, rather than simply a boolean value
* small corrections and clarifications to doc-strings

### 0.1.3

* Target latest Dirigiste, which is no longer compiled using JDK 8 byte code.

### 0.1.4

* Honor `:thread-factory` parameter in `manifold.executor`.
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject manifold "0.1.3"
(defproject manifold "0.1.4-alpha1"
:description "a compatibility layer for event-driven abstractions"
:license {:name "MIT License"
:url "http://opensource.org/licenses/MIT"}
Expand Down

0 comments on commit d257057

Please sign in to comment.