We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed28140 commit 39a6264Copy full SHA for 39a6264
CHANGES.md
@@ -1,5 +1,9 @@
1
## Changelog
2
3
+### 0.3.7
4
+
5
+- fix zipper creation from file.
6
7
### 0.3.6
8
9
- upgrade dependencies.
README.md
@@ -17,7 +17,7 @@ missing documentation. For those with similar experiences: rewrite-clj is for yo
17
__Leiningen ([via Clojars](http://clojars.org/rewrite-clj))__
18
19
```clojure
20
-[rewrite-clj "0.3.6"]
+[rewrite-clj "0.3.7"]
21
```
22
23
__Parsing Data__
project.clj
@@ -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"
0 commit comments