Skip to content

Commit

Permalink
Release job: updates for version v1.1.45
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jun 9, 2022
1 parent 9a0a5f2 commit 6027fa6
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.45

* dropped the alpha status
* changed rewrite-clj library version scheme from commit-count to release-num https://github.com/clj-commons/rewrite-clj/issues/179[#179]
* renamed zipper creation functions that take a rewrite-clj node as input.
Expand All @@ -28,6 +30,8 @@ Old functions will remain but are marked as deprecated. https://github.com/clj-c
** docstring fix, was missing `list-node` from toc, thanks @rfhayashi!


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

=== v1.0.767-alpha

* fix `:end-row` `:end-col` metadata for root node https://github.com/clj-commons/rewrite-clj/issues/173[#173] - thanks @mainej!
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.0.767-alpha"}
rewrite-clj/rewrite-clj {:mvn/version "1.1.45"}
----

=== 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.0.767-alpha"]
[rewrite-clj/rewrite-clj "1.1.45"]
----

== 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 44}
:release 45}

0 comments on commit 6027fa6

Please sign in to comment.