Skip to content

Commit 3d2a3ad

Browse files
author
Yannick Scherer
committed
Release 0.3.8
1 parent 56a90da commit 3d2a3ad

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGES.md

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

3+
### 0.3.8
4+
5+
- add `:uneval` element type (for `#_form` elements).
6+
- fix `estimate-length` for multi-line strings.
7+
38
### 0.3.7
49

510
- fix zipper creation from file.

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.7"]
20+
[rewrite-clj "0.3.8"]
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.7"
1+
(defproject rewrite-clj "0.3.8"
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)