File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,8 @@ For a list of breaking changes see link:#v1-breaking[breaking changes].
1616
1717=== Unreleased
1818
19+ === v1.1.45
20+
1921* dropped the alpha status
2022* changed rewrite-clj library version scheme from commit-count to release-num https://github.com/clj-commons/rewrite-clj/issues/179[#179]
2123* renamed zipper creation functions that take a rewrite-clj node as input.
@@ -28,6 +30,8 @@ Old functions will remain but are marked as deprecated. https://github.com/clj-c
2830** docstring fix, was missing `list-node` from toc, thanks @rfhayashi!
2931
3032
33+ https://github.com/clj-commons/rewrite-clj/compare/v1.0.767-alpha\...v1.1.45[Gritty details of changes for this release]
34+
3135=== v1.0.767-alpha
3236
3337* fix `:end-row` `:end-col` metadata for root node https://github.com/clj-commons/rewrite-clj/issues/173[#173] - thanks @mainej!
Original file line number Diff line number Diff 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.767-alpha "}
133+ rewrite-clj/rewrite-clj {:mvn/version "1.1.45 "}
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.767-alpha "]
142+ [rewrite-clj/rewrite-clj "1.1.45 "]
143143----
144144
145145== Rewrite-clj APIs
Original file line number Diff line number Diff line change 33; ; omit :qualifier (ex. :qualifier "alpha") for official releases
44{:major 1
55 :minor 1
6- :release 44 }
6+ :release 45 }
You can’t perform that action at this time.
0 commit comments