Skip to content

Commit 3652e26

Browse files
Release job: updates for version v1.0.682-alpha
1 parent 64e34bd commit 3652e26

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

CHANGELOG.adoc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,16 @@ For a list of breaking changes see link:#v1-breaking[breaking changes].
1616

1717
=== Unreleased
1818

19+
=== v1.0.682-alpha
20+
1921
* update clojure tools.reader dependency to v1.3.6
2022
* a zipper created with both a custom `:auto-resolve` option and the `:track-position?` `true` option will now acknowledge and use the custom `:auto-resolve` https://github.com/clj-commons/rewrite-clj/issues/159[#159]
2123
* a Cons now coerces to a rewrite-clj list node https://github.com/clj-commons/rewrite-clj/issues/160[#160] https://github.com/clj-commons/rewrite-clj/issues/161[#161] (thanks @borkdude!)
2224
* internal rewrite-clj developer facing:
2325
** Now also linting rewrite-clj sources with Eastwood https://github.com/clj-commons/rewrite-clj/pull/158[#158] (thanks @vemv!)
2426

27+
https://github.com/clj-commons/rewrite-clj/compare/v1.0.644-alpha\...v1.0.682-alpha[Gritty details of changes for this release]
28+
2529
=== v1.0.644-alpha
2630

2731
* user guide and docstrings better explain `sexpr-able?` and what invalid code elements rewrite-clj parses https://github.com/clj-commons/rewrite-clj/issues/150[#150] https://github.com/clj-commons/rewrite-clj/issues/151[#151]

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 "1.0.644-alpha"}
130+
rewrite-clj/rewrite-clj {:mvn/version "1.0.682-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.644-alpha"]
139+
[rewrite-clj/rewrite-clj "1.0.682-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.644-alpha</version>
6+
<version>1.0.682-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:git@github.com:clj-commons/rewrite-clj.git</connection>
1313
<developerConnection>scm:git:git@github.com:clj-commons/rewrite-clj.git</developerConnection>
14-
<tag>v1.0.644-alpha</tag>
14+
<tag>v1.0.682-alpha</tag>
1515
</scm>
1616
<dependencies>
1717
<dependency>

0 commit comments

Comments
 (0)