From 6027fa616552c4c395bba39cd1c2c7ad12099509 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 9 Jun 2022 17:30:12 +0000 Subject: [PATCH] Release job: updates for version v1.1.45 --- CHANGELOG.adoc | 4 ++++ doc/01-user-guide.adoc | 4 ++-- version.edn | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.adoc b/CHANGELOG.adoc index e494f781..0922637e 100644 --- a/CHANGELOG.adoc +++ b/CHANGELOG.adoc @@ -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. @@ -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! diff --git a/doc/01-user-guide.adoc b/doc/01-user-guide.adoc index 12284c34..28f4527a 100644 --- a/doc/01-user-guide.adoc +++ b/doc/01-user-guide.adoc @@ -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 @@ -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 diff --git a/version.edn b/version.edn index d78e3ada..be54226b 100644 --- a/version.edn +++ b/version.edn @@ -3,4 +3,4 @@ ;; omit :qualifier (ex. :qualifier "alpha") for official releases {:major 1 :minor 1 - :release 44} + :release 45}