Skip to content

Commit 39a6264

Browse files
author
Yannick Scherer
committed
Release 0.3.7
1 parent ed28140 commit 39a6264

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
## Changelog
22

3+
### 0.3.7
4+
5+
- fix zipper creation from file.
6+
37
### 0.3.6
48

59
- upgrade dependencies.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ missing documentation. For those with similar experiences: rewrite-clj is for yo
1717
__Leiningen ([via Clojars](http://clojars.org/rewrite-clj))__
1818

1919
```clojure
20-
[rewrite-clj "0.3.6"]
20+
[rewrite-clj "0.3.7"]
2121
```
2222

2323
__Parsing Data__

project.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(defproject rewrite-clj "0.3.6"
1+
(defproject rewrite-clj "0.3.7"
22
:description "Comment-/Whitespace-preserving rewriting of EDN documents."
33
:url "https://github.com/xsc/rewrite-clj"
44
:license {:name "Eclipse Public License"

0 commit comments

Comments
 (0)