Skip to content

Commit db337b3

Browse files
author
GitHub Actions
committed
Release job: updates for version v1.0.579-alpha
1 parent 73ac955 commit db337b3

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,8 +16,12 @@ For a list of breaking changes see link:#v1-breaking[breaking changes].
1616

1717
=== Unreleased
1818

19+
=== v1.0.579-alpha
20+
1921
* Release workflow now creates a GitHub release
2022

23+
https://github.com/clj-commons/rewrite-clj/compare/v1.0.574-alpha\...v1.0.579-alpha[Gritty details of changes for this release]
24+
2125
=== v1.0.574-alpha
2226

2327
* Docs now render on cljdoc https://github.com/clj-commons/rewrite-clj/issues/138[#138]

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.574-alpha"}
130+
rewrite-clj/rewrite-clj {:mvn/version "1.0.579-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.574-alpha"]
139+
[rewrite-clj/rewrite-clj "1.0.579-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.574-alpha</version>
6+
<version>1.0.579-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.574-alpha</tag>
14+
<tag>v1.0.579-alpha</tag>
1515
</scm>
1616
<dependencies>
1717
<dependency>

0 commit comments

Comments
 (0)