From c8d15e59baff5893cb0e5793abe6dd4a9bbca802 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Tue, 16 Mar 2021 21:44:12 +0000 Subject: [PATCH] Release job: updates for version v1.0.591-alpha --- CHANGELOG.adoc | 4 ++++ doc/01-user-guide.adoc | 4 ++-- pom.xml | 4 ++-- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.adoc b/CHANGELOG.adoc index 29c459a1..ca00f22c 100644 --- a/CHANGELOG.adoc +++ b/CHANGELOG.adoc @@ -16,10 +16,14 @@ For a list of breaking changes see link:#v1-breaking[breaking changes]. === Unreleased +=== v1.0.591-alpha + * namespaced map should allow all Clojure whitespace between prefix and map https://github.com/clj-commons/rewrite-clj/issues/140[#140] * Beef up docs on node creation https://github.com/clj-commons/rewrite-clj/issues/97[#97] * Describe subedit in docs https://github.com/clj-commons/rewrite-clj/issues/111[#111] +https://github.com/clj-commons/rewrite-clj/compare/v1.0.579-alpha\...v1.0.591-alpha[Gritty details of changes for this release] + === v1.0.579-alpha * Release workflow now creates a GitHub release diff --git a/doc/01-user-guide.adoc b/doc/01-user-guide.adoc index 5b0568f0..b5bd147c 100644 --- a/doc/01-user-guide.adoc +++ b/doc/01-user-guide.adoc @@ -127,7 +127,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.579-alpha"} +rewrite-clj/rewrite-clj {:mvn/version "1.0.591-alpha"} ---- === Leiningen @@ -136,7 +136,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.579-alpha"] +[rewrite-clj/rewrite-clj "1.0.591-alpha"] ---- == Rewrite-clj APIs diff --git a/pom.xml b/pom.xml index 1cba9672..ffce36cf 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 rewrite-clj rewrite-clj - 1.0.579-alpha + 1.0.591-alpha rewrite-clj A library that reads and writes Clojure, ClojureScript and EDN from Clojure and ClojureScript in a whitespace and comment preserving way. https://github.com/clj-commons/rewrite-clj @@ -11,7 +11,7 @@ https://github.com/clj-commons/rewrite-clj scm:git:git@github.com:clj-commons/rewrite-clj.git scm:git:git@github.com:clj-commons/rewrite-clj.git - v1.0.579-alpha + v1.0.591-alpha