Skip to content

Commit

Permalink
0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
swannodette committed Jan 16, 2015
1 parent 9e9c57e commit ff39fea
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
17 changes: 17 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
## 0.3.0 to 0.3.1

### Changes
* Fix broken release build, constants missing

## 0.2.9 to 0.3.0

### Breaking Changes
* Remove zippers
* Remove EDN reader
* Remove data diffing
* Remove reducers
* API renaming

### Changes
* Expose direct invokes

## 0.2.8 to 0.2.9

### Enhancements
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mori",
"version": "0.3.0",
"version": "0.3.1",
"description": "Persistent Data Structures for JavaScript",
"homepage": "https://github.com/swannodette/mori",
"author": "David Nolen (https://github.com/swannodette)",
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 mori "0.3.0"
(defproject mori "0.3.1"
:description "Persistent Data Structures for JavaScript"

:dependencies [[org.clojure/clojure "1.6.0"]
Expand Down

0 comments on commit ff39fea

Please sign in to comment.