Skip to content

Commit 955846a

Browse files
author
GitHub Actions
committed
Release job: updates for version v1.0.572-alpha
1 parent 5c8e4dc commit 955846a

File tree

3 files changed

+9
-5
lines changed

3 files changed

+9
-5
lines changed

CHANGELOG.adoc

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,13 @@ For a list of breaking changes see link:#v1-breaking[breaking changes].
1616

1717
=== Unreleased
1818

19+
=== v1.0.572-alpha
20+
1921
If you wish, you can read nitty gritty details on link:doc/design/01-merging-rewrite-clj-and-rewrite-cljs.adoc[merging rewrite clj v0 and rewrite cljs].
2022
What follows is a summary of changes.
2123

24+
https://github.com/clj-commons/rewrite-clj/compare/v0.6.1\...v1.0.572-alpha[Gritty details of changes for this release]
25+
2226
==== New
2327
* A new home under clj-commons.
2428
Thanks to @xsc, rewrite-clj will also retain its same maven coordinates on Clojars making for a seamless upgrade path for rewrite-clj v0 users.
@@ -113,7 +117,7 @@ Perhaps I missed something, but I did not see the benefit of defprotocol+ for re
113117
// - Else replace the Unreleased Breaking Changes section header with actual release version
114118
// If you have no breaking changes, don't include an Unreleased Breaking Changes header
115119

116-
==== Unreleased Breaking Changes
120+
==== v1.0.572-alpha
117121

118122
* Minimum Clojure version bumped from v1.5.1 to v1.9
119123
* Minimum ClojureScript version (from whatever is was for rewrite-cljs) bumped to v1.10

doc/01-user-guide.adoc

Lines changed: 2 additions & 2 deletions
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 "0.6.1"}
130+
rewrite-clj/rewrite-clj {:mvn/version "1.0.572-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 "0.6.1"]
139+
[rewrite-clj/rewrite-clj "1.0.572-alpha"]
140140
----
141141

142142
== Rewrite-clj APIs

pom.xml

Lines changed: 2 additions & 2 deletions
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.0-alpha</version>
6+
<version>1.0.572-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>1.0.0-alpha</tag>
14+
<tag>1.0.572-alpha</tag>
1515
</scm>
1616
<dependencies>
1717
<dependency>

0 commit comments

Comments
 (0)