You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.adoc
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -16,12 +16,16 @@ For a list of breaking changes see link:#v1-breaking[breaking changes].
16
16
17
17
=== Unreleased
18
18
19
+
=== v1.0.644-alpha
20
+
19
21
* user guide and docstrings better explain `sexpr-able?` and what invalid code elements rewrite-clj parses https://github.com/clj-commons/rewrite-clj/issues/150[#150] https://github.com/clj-commons/rewrite-clj/issues/151[#151]
20
22
* rewrite-clj now exports clj-kondo config for its public API https://github.com/clj-commons/rewrite-clj/issues/146[#146]
21
23
* ClojureScript compiler should no longer emit invalid deprecated warnings https://github.com/clj-commons/rewrite-clj/issues/153[#153]
22
24
* Internal rewrite-clj developer facing:
23
25
** Switched from babashka scripts to babashka tasks, developer guide updated accordingly
24
26
27
+
https://github.com/clj-commons/rewrite-clj/compare/v1.0.605-alpha\...v1.0.644-alpha[Gritty details of changes for this release]
28
+
25
29
=== v1.0.605-alpha
26
30
27
31
* rewrite-clj now understands the `#!` comment, a construct often used in scripts https://github.com/clj-commons/rewrite-clj/issues/145[#145]
Copy file name to clipboardExpand all lines: pom.xml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -3,15 +3,15 @@
3
3
<modelVersion>4.0.0</modelVersion>
4
4
<groupId>rewrite-clj</groupId>
5
5
<artifactId>rewrite-clj</artifactId>
6
-
<version>1.0.605-alpha</version>
6
+
<version>1.0.644-alpha</version>
7
7
<name>rewrite-clj</name>
8
8
<description>A library that reads and writes Clojure, ClojureScript and EDN from Clojure and ClojureScript in a whitespace and comment preserving way.</description>
0 commit comments