Skip to content

Commit 842bc47

Browse files
Release job: updates for version v1.1.20
1 parent de429b6 commit 842bc47

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.adoc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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
2022
https://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

deps.edn

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
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}}

doc/01-user-guide.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
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}

0 commit comments

Comments
 (0)