Skip to content

Commit

Permalink
Release job: updates for version v1.1.46
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 30, 2023
1 parent cbf82fd commit 9ae5a75
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ For a list of breaking changes see link:#v1-breaking[breaking changes].

=== Unreleased

=== v1.1.46

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

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

=== v1.1.45

* dropped the alpha status
Expand Down
4 changes: 2 additions & 2 deletions doc/01-user-guide.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ Include the following dependency in your `deps.edn` file:
// NOTE: the version in this snippit is automatically updated by our release workflow
[source,clojure]
----
rewrite-clj/rewrite-clj {:mvn/version "1.1.45"}
rewrite-clj/rewrite-clj {:mvn/version "1.1.46"}
----

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

== Rewrite-clj APIs
Expand Down
2 changes: 1 addition & 1 deletion version.edn
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
;; omit :qualifier (ex. :qualifier "alpha") for official releases
{:major 1
:minor 1
:release 45}
:release 46}

0 comments on commit 9ae5a75

Please sign in to comment.