Skip to content

Commit

Permalink
Release job: updates for version v1.0.644-alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed May 27, 2021
1 parent a3fde0f commit 91da6dd
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.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]
* rewrite-clj now exports clj-kondo config for its public API https://github.com/clj-commons/rewrite-clj/issues/146[#146]
* ClojureScript compiler should no longer emit invalid deprecated warnings https://github.com/clj-commons/rewrite-clj/issues/153[#153]
* Internal rewrite-clj developer facing:
** Switched from babashka scripts to babashka tasks, developer guide updated accordingly

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

=== v1.0.605-alpha

* rewrite-clj now understands the `#!` comment, a construct often used in scripts https://github.com/clj-commons/rewrite-clj/issues/145[#145]
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.605-alpha"}
rewrite-clj/rewrite-clj {:mvn/version "1.0.644-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.605-alpha"]
[rewrite-clj/rewrite-clj "1.0.644-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.605-alpha</version>
<version>1.0.644-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.605-alpha</tag>
<tag>v1.0.644-alpha</tag>
</scm>
<dependencies>
<dependency>
Expand Down

0 comments on commit 91da6dd

Please sign in to comment.