Skip to content

Commit d08fc8f

Browse files
Release job: updates for version v1.2.21
1 parent 6585864 commit d08fc8f

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.adoc

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff 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

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.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}}

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.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}

0 commit comments

Comments
 (0)