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 @@ -14,7 +14,9 @@ A release with known breaking changes is marked with:
1414// - optional unreleased suffix is not [breaking] or [minor breaking]
1515// (adjust these in ci_relase.clj as you see fit)
1616
17- == Unreleased [minor breaking]
17+ == Unreleased
18+
19+ == v1.2.21 [minor breaking] - 2025-05-20 [[v1.2.21]]
1820
1921* Minor breaking
2022** You'll need to use at least clojure v1.11 when generating tests
@@ -28,6 +30,8 @@ https://github.com/lread/test-doc-blocks/issues/33[#33]
2830(thanks https://github.com/mattiuusitalo[@mattiuusitalo]!)
2931** Bumped deps (used during test generation only)
3032
33+ https://github.com/lread/test-doc-blocks/compare/v1.1.20\...v1.2.21[commit log]
34+
3135== v1.1.20 - 2024-05-06 [[v1.1.20]]
3236
3337* Tests can now be generated from a header-less doc
Original file line number Diff line number Diff line change 1010
1111 :aliases {; ; we use babashka/neil for project attributes
1212 ; ; publish workflow references these values (and automatically bumps patch component of version)
13- :neil {:project {:version " 1.2.20 " ; ; describes last release and is template for next release
13+ :neil {:project {:version " 1.2.21 " ; ; describes last release and is template for next release
1414 :name com.github.lread/test-doc-blocks
1515 ; ; not neilisms - could potentially conflict with new neilisms
1616 :github-coords lread/test-doc-blocks}}
Original file line number Diff line number Diff line change 33:toc:
44:clojure-version: 1.12.0
55// NOTE: lib-version is automatically updated by release workflow
6- :lib-version: 1.1.20
6+ :lib-version: 1.2.21
77
88// Exercise our :apply option by skipping all code blocks by default for this doc
99//#:test-doc-blocks{:skip true :apply :all-next}
You can’t perform that action at this time.
0 commit comments