Skip to content

Commit

Permalink
Release job: updates for version v1.0.605-alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Actions committed Apr 2, 2021
1 parent 187497a commit 0266584
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,8 +16,12 @@ For a list of breaking changes see link:#v1-breaking[breaking changes].

=== Unreleased

=== 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]

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

=== v1.0.594-alpha

* rewrite-clj now explicitly depends on the minimum version of Clojure required, v1.9.0, rather than v1.10.3 https://github.com/clj-commons/rewrite-clj/issues/142[#142]
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.594-alpha"}
rewrite-clj/rewrite-clj {:mvn/version "1.0.605-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.594-alpha"]
[rewrite-clj/rewrite-clj "1.0.605-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.594-alpha</version>
<version>1.0.605-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.594-alpha</tag>
<tag>v1.0.605-alpha</tag>
</scm>
<dependencies>
<dependency>
Expand Down

0 comments on commit 0266584

Please sign in to comment.