File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed
Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -16,11 +16,15 @@ A release with known breaking changes is marked with:
1616
1717== Unreleased
1818
19+ == v1.1.20 - 2024-05-06 [[v1.1.20]]
20+
1921* Tests can now be generated from a header-less doc
2022https://github.com/lread/test-doc-blocks/issues/25[#25]
2123(thanks for the feedback https://github.com/genmeblog[@genmeblog]!)
2224* Bumped malli (used during test generation only)
2325
26+ https://github.com/lread/test-doc-blocks/compare/v1.1.19\...v1.1.20[commit log]
27+
2428== v1.1.19 - 2024-05-02 [[v1.1.19]]
2529
2630* Drop `alpha` status, we don't have many users, but folks have been using this lib for years
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.1.19 " ; ; describes last release and is template for next release
13+ :neil {:project {:version " 1.1.20 " ; ; 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.10.3
55// NOTE: lib-version is automatically updated by release workflow
6- :lib-version: 1.1.19
6+ :lib-version: 1.1.20
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