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.19 - 2024-05-02 [[v1.1.19]]
20+
1921* Drop `alpha` status, we don't have many users, but folks have been using this lib for years
2022* Reviewed and refreshed docs
2123* Bumped library deps (these are used during test generation only)
2224* No longer engaging clj-kondo's lint feature during code analysis
2325
26+ https://github.com/lread/test-doc-blocks/compare/v1.0.166-alpha\...v1.1.19[commit log]
27+
2428== v1.0.166-alpha - 2021-11-27 [[v1.0.166-alpha]]
2529
2630* While preserving our existing `-X` command line interface, add a more conventional main command line interface to support leiningen (and potentially Windows) users https://github.com/lread/test-doc-blocks/issues/8[#8]
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.18 " ; ; describes last release and is template for next release
13+ :neil {:project {:version " 1.1.19 " ; ; 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.0.166-alpha
6+ :lib-version: 1.1.19
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