File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,8 @@ For a list of breaking changes see link:#v1-breaking[breaking changes].
16
16
17
17
=== Unreleased
18
18
19
+ === v1.1.46
20
+
19
21
* added new `rewrite-clj.zip` functions `of-string*` and `of-file*`, these are versions of `of-string` and `of-file` that do no auto-navigation
20
22
https://github.com/clj-commons/rewrite-clj/issues/189[#189]
21
23
(thanks @mainej for the analysis work)
@@ -25,6 +27,8 @@ https://github.com/clj-commons/rewrite-clj/issues/189[#189]
25
27
** a docstring typo fix https://github.com/clj-commons/rewrite-clj/pull/191[#191] (thanks @BTowersCoding!)
26
28
* Implement equality for seq nodes https://github.com/clj-commons/rewrite-clj/issues/212[#212] (@borkdude)
27
29
30
+ https://github.com/clj-commons/rewrite-clj/compare/v1.1.45\...v1.1.46[Gritty details of changes for this release]
31
+
28
32
=== v1.1.45
29
33
30
34
* dropped the alpha status
Original file line number Diff line number Diff line change @@ -130,7 +130,7 @@ Include the following dependency in your `deps.edn` file:
130
130
// NOTE: the version in this snippit is automatically updated by our release workflow
131
131
[source,clojure]
132
132
----
133
- rewrite-clj/rewrite-clj {:mvn/version "1.1.45 "}
133
+ rewrite-clj/rewrite-clj {:mvn/version "1.1.46 "}
134
134
----
135
135
136
136
=== Leiningen
@@ -139,7 +139,7 @@ Include the following dependency in your `project.clj` file:
139
139
// NOTE: the version in this snippit is automatically update by our release workflow
140
140
[source,clojure]
141
141
----
142
- [rewrite-clj/rewrite-clj "1.1.45 "]
142
+ [rewrite-clj/rewrite-clj "1.1.46 "]
143
143
----
144
144
145
145
== Rewrite-clj APIs
Original file line number Diff line number Diff line change 3
3
; ; omit :qualifier (ex. :qualifier "alpha") for official releases
4
4
{:major 1
5
5
:minor 1
6
- :release 45 }
6
+ :release 46 }
You can’t perform that action at this time.
0 commit comments