Skip to content

Commit 9ae5a75

Browse files
Release job: updates for version v1.1.46
1 parent cbf82fd commit 9ae5a75

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.adoc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ For a list of breaking changes see link:#v1-breaking[breaking changes].
1616

1717
=== Unreleased
1818

19+
=== v1.1.46
20+
1921
* 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
2022
https://github.com/clj-commons/rewrite-clj/issues/189[#189]
2123
(thanks @mainej for the analysis work)
@@ -25,6 +27,8 @@ https://github.com/clj-commons/rewrite-clj/issues/189[#189]
2527
** a docstring typo fix https://github.com/clj-commons/rewrite-clj/pull/191[#191] (thanks @BTowersCoding!)
2628
* Implement equality for seq nodes https://github.com/clj-commons/rewrite-clj/issues/212[#212] (@borkdude)
2729

30+
https://github.com/clj-commons/rewrite-clj/compare/v1.1.45\...v1.1.46[Gritty details of changes for this release]
31+
2832
=== v1.1.45
2933

3034
* dropped the alpha status

doc/01-user-guide.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ Include the following dependency in your `deps.edn` file:
130130
// NOTE: the version in this snippit is automatically updated by our release workflow
131131
[source,clojure]
132132
----
133-
rewrite-clj/rewrite-clj {:mvn/version "1.1.45"}
133+
rewrite-clj/rewrite-clj {:mvn/version "1.1.46"}
134134
----
135135

136136
=== Leiningen
@@ -139,7 +139,7 @@ Include the following dependency in your `project.clj` file:
139139
// NOTE: the version in this snippit is automatically update by our release workflow
140140
[source,clojure]
141141
----
142-
[rewrite-clj/rewrite-clj "1.1.45"]
142+
[rewrite-clj/rewrite-clj "1.1.46"]
143143
----
144144

145145
== Rewrite-clj APIs

version.edn

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
;; omit :qualifier (ex. :qualifier "alpha") for official releases
44
{:major 1
55
:minor 1
6-
:release 45}
6+
:release 46}

0 commit comments

Comments
 (0)