Skip to content

Commit

Permalink
Release job: updates for version v1.0.682-alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Aug 23, 2021
1 parent 64e34bd commit 3652e26
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,16 @@ For a list of breaking changes see link:#v1-breaking[breaking changes].

=== Unreleased

=== v1.0.682-alpha

* update clojure tools.reader dependency to v1.3.6
* 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]
* 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!)
* internal rewrite-clj developer facing:
** Now also linting rewrite-clj sources with Eastwood https://github.com/clj-commons/rewrite-clj/pull/158[#158] (thanks @vemv!)

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

=== v1.0.644-alpha

* 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]
Expand Down
4 changes: 2 additions & 2 deletions doc/01-user-guide.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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.644-alpha"}
rewrite-clj/rewrite-clj {:mvn/version "1.0.682-alpha"}
----

=== Leiningen
Expand All @@ -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.644-alpha"]
[rewrite-clj/rewrite-clj "1.0.682-alpha"]
----

== Rewrite-clj APIs
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
<modelVersion>4.0.0</modelVersion>
<groupId>rewrite-clj</groupId>
<artifactId>rewrite-clj</artifactId>
<version>1.0.644-alpha</version>
<version>1.0.682-alpha</version>
<name>rewrite-clj</name>
<description>A library that reads and writes Clojure, ClojureScript and EDN from Clojure and ClojureScript in a whitespace and comment preserving way.</description>
<url>https://github.com/clj-commons/rewrite-clj</url>
<scm>
<url>https://github.com/clj-commons/rewrite-clj</url>
<connection>scm:git:[email protected]:clj-commons/rewrite-clj.git</connection>
<developerConnection>scm:git:[email protected]:clj-commons/rewrite-clj.git</developerConnection>
<tag>v1.0.644-alpha</tag>
<tag>v1.0.682-alpha</tag>
</scm>
<dependencies>
<dependency>
Expand Down

0 comments on commit 3652e26

Please sign in to comment.