Skip to content

Commit

Permalink
Release job: updates for version v1.0.699-alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 10, 2021
1 parent e9ee5dd commit 558a964
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,15 @@ For a list of breaking changes see link:#v1-breaking[breaking changes].

=== Unreleased

=== v1.0.699-alpha

* team update: @borkdude is now officially a co-maintainer of rewrite-clj! Woot woot!
* rewrite-clj v1 minimimum Clojure version is now v1.8.0 (was formerly v1.9.0) https://github.com/clj-commons/rewrite-clj/issues/164[#164]
* internal rewrite-clj developer facing:
** Migrate from `depstar` to `tools.build`

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

=== v1.0.682-alpha

* update clojure tools.reader dependency to v1.3.6
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 @@ -130,7 +130,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.682-alpha"}
rewrite-clj/rewrite-clj {:mvn/version "1.0.699-alpha"}
----

=== Leiningen
Expand All @@ -139,7 +139,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.682-alpha"]
[rewrite-clj/rewrite-clj "1.0.699-alpha"]
----

== Rewrite-clj APIs
Expand Down

0 comments on commit 558a964

Please sign in to comment.