Skip to content

Commit

Permalink
Release job: updates for version v1.0.767-alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Apr 5, 2022
1 parent 1d63430 commit 65280f7
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.767-alpha

* fix `:end-row` `:end-col` metadata for root node https://github.com/clj-commons/rewrite-clj/issues/173[#173] - thanks @mainej!
* docs:
** user guide correction, thanks @rgkirch!
** zip API docstrings now clearer about coercion https://github.com/clj-commons/rewrite-clj/issues/168[#168]

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

=== v1.0.699-alpha

* team update: @borkdude is now officially a co-maintainer of rewrite-clj! Woot woot!
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.699-alpha"}
rewrite-clj/rewrite-clj {:mvn/version "1.0.767-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.699-alpha"]
[rewrite-clj/rewrite-clj "1.0.767-alpha"]
----

== Rewrite-clj APIs
Expand Down

0 comments on commit 65280f7

Please sign in to comment.