Skip to content

Commit c8d15e5

Browse files
author
GitHub Actions
committed
Release job: updates for version v1.0.591-alpha
1 parent 5ea1928 commit c8d15e5

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

CHANGELOG.adoc

+4
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,14 @@ For a list of breaking changes see link:#v1-breaking[breaking changes].
1616

1717
=== Unreleased
1818

19+
=== v1.0.591-alpha
20+
1921
* namespaced map should allow all Clojure whitespace between prefix and map https://github.com/clj-commons/rewrite-clj/issues/140[#140]
2022
* Beef up docs on node creation https://github.com/clj-commons/rewrite-clj/issues/97[#97]
2123
* Describe subedit in docs https://github.com/clj-commons/rewrite-clj/issues/111[#111]
2224

25+
https://github.com/clj-commons/rewrite-clj/compare/v1.0.579-alpha\...v1.0.591-alpha[Gritty details of changes for this release]
26+
2327
=== v1.0.579-alpha
2428

2529
* Release workflow now creates a GitHub release

doc/01-user-guide.adoc

+2-2
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ Include the following dependency in your `deps.edn` file:
127127
// NOTE: the version in this snippit is automatically updated by our release workflow
128128
[source,clojure]
129129
----
130-
rewrite-clj/rewrite-clj {:mvn/version "1.0.579-alpha"}
130+
rewrite-clj/rewrite-clj {:mvn/version "1.0.591-alpha"}
131131
----
132132

133133
=== Leiningen
@@ -136,7 +136,7 @@ Include the following dependency in your `project.clj` file:
136136
// NOTE: the version in this snippit is automatically update by our release workflow
137137
[source,clojure]
138138
----
139-
[rewrite-clj/rewrite-clj "1.0.579-alpha"]
139+
[rewrite-clj/rewrite-clj "1.0.591-alpha"]
140140
----
141141

142142
== Rewrite-clj APIs

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>rewrite-clj</groupId>
55
<artifactId>rewrite-clj</artifactId>
6-
<version>1.0.579-alpha</version>
6+
<version>1.0.591-alpha</version>
77
<name>rewrite-clj</name>
88
<description>A library that reads and writes Clojure, ClojureScript and EDN from Clojure and ClojureScript in a whitespace and comment preserving way.</description>
99
<url>https://github.com/clj-commons/rewrite-clj</url>
1010
<scm>
1111
<url>https://github.com/clj-commons/rewrite-clj</url>
1212
<connection>scm:git:[email protected]:clj-commons/rewrite-clj.git</connection>
1313
<developerConnection>scm:git:[email protected]:clj-commons/rewrite-clj.git</developerConnection>
14-
<tag>v1.0.579-alpha</tag>
14+
<tag>v1.0.591-alpha</tag>
1515
</scm>
1616
<dependencies>
1717
<dependency>

0 commit comments

Comments
 (0)