File tree 2 files changed +6
-2
lines changed
2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -16,11 +16,15 @@ For a list of breaking changes see link:#v1-breaking[breaking changes].
16
16
17
17
=== Unreleased
18
18
19
+ === v1.0.699-alpha
20
+
19
21
* team update: @borkdude is now officially a co-maintainer of rewrite-clj! Woot woot!
20
22
* 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]
21
23
* internal rewrite-clj developer facing:
22
24
** Migrate from `depstar` to `tools.build`
23
25
26
+ https://github.com/clj-commons/rewrite-clj/compare/v1.0.682-alpha\...v1.0.699-alpha[Gritty details of changes for this release]
27
+
24
28
=== v1.0.682-alpha
25
29
26
30
* update clojure tools.reader dependency to v1.3.6
Original file line number Diff line number Diff line change @@ -130,7 +130,7 @@ Include the following dependency in your `deps.edn` file:
130
130
// NOTE: the version in this snippit is automatically updated by our release workflow
131
131
[source,clojure]
132
132
----
133
- rewrite-clj/rewrite-clj {:mvn/version "1.0.682 -alpha"}
133
+ rewrite-clj/rewrite-clj {:mvn/version "1.0.699 -alpha"}
134
134
----
135
135
136
136
=== Leiningen
@@ -139,7 +139,7 @@ Include the following dependency in your `project.clj` file:
139
139
// NOTE: the version in this snippit is automatically update by our release workflow
140
140
[source,clojure]
141
141
----
142
- [rewrite-clj/rewrite-clj "1.0.682 -alpha"]
142
+ [rewrite-clj/rewrite-clj "1.0.699 -alpha"]
143
143
----
144
144
145
145
== Rewrite-clj APIs
You can’t perform that action at this time.
0 commit comments