Skip to content

Commit

Permalink
Release 0.3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Yannick Scherer committed Feb 9, 2014
1 parent ed28140 commit 39a6264
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
## Changelog

### 0.3.7

- fix zipper creation from file.

### 0.3.6

- upgrade dependencies.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ missing documentation. For those with similar experiences: rewrite-clj is for yo
__Leiningen ([via Clojars](http://clojars.org/rewrite-clj))__

```clojure
[rewrite-clj "0.3.6"]
[rewrite-clj "0.3.7"]
```

__Parsing Data__
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 rewrite-clj "0.3.6"
(defproject rewrite-clj "0.3.7"
:description "Comment-/Whitespace-preserving rewriting of EDN documents."
:url "https://github.com/xsc/rewrite-clj"
:license {:name "Eclipse Public License"
Expand Down

0 comments on commit 39a6264

Please sign in to comment.