Skip to content

Commit 65280f7

Browse files
Release job: updates for version v1.0.767-alpha
1 parent 1d63430 commit 65280f7

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.adoc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,15 @@ For a list of breaking changes see link:#v1-breaking[breaking changes].
1616

1717
=== Unreleased
1818

19+
=== v1.0.767-alpha
20+
1921
* fix `:end-row` `:end-col` metadata for root node https://github.com/clj-commons/rewrite-clj/issues/173[#173] - thanks @mainej!
2022
* docs:
2123
** user guide correction, thanks @rgkirch!
2224
** zip API docstrings now clearer about coercion https://github.com/clj-commons/rewrite-clj/issues/168[#168]
2325

26+
https://github.com/clj-commons/rewrite-clj/compare/v1.0.699-alpha\...v1.0.767-alpha[Gritty details of changes for this release]
27+
2428
=== v1.0.699-alpha
2529

2630
* team update: @borkdude is now officially a co-maintainer of rewrite-clj! Woot woot!

doc/01-user-guide.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ Include the following dependency in your `deps.edn` file:
130130
// NOTE: the version in this snippit is automatically updated by our release workflow
131131
[source,clojure]
132132
----
133-
rewrite-clj/rewrite-clj {:mvn/version "1.0.699-alpha"}
133+
rewrite-clj/rewrite-clj {:mvn/version "1.0.767-alpha"}
134134
----
135135

136136
=== Leiningen
@@ -139,7 +139,7 @@ Include the following dependency in your `project.clj` file:
139139
// NOTE: the version in this snippit is automatically update by our release workflow
140140
[source,clojure]
141141
----
142-
[rewrite-clj/rewrite-clj "1.0.699-alpha"]
142+
[rewrite-clj/rewrite-clj "1.0.767-alpha"]
143143
----
144144

145145
== Rewrite-clj APIs

0 commit comments

Comments
 (0)