Skip to content

Commit

Permalink
Release job: updates for version v1.1.20
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed May 6, 2024
1 parent de429b6 commit 842bc47
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,15 @@ A release with known breaking changes is marked with:

== Unreleased

== v1.1.20 - 2024-05-06 [[v1.1.20]]

* Tests can now be generated from a header-less doc
https://github.com/lread/test-doc-blocks/issues/25[#25]
(thanks for the feedback https://github.com/genmeblog[@genmeblog]!)
* Bumped malli (used during test generation only)

https://github.com/lread/test-doc-blocks/compare/v1.1.19\...v1.1.20[commit log]

== v1.1.19 - 2024-05-02 [[v1.1.19]]

* Drop `alpha` status, we don't have many users, but folks have been using this lib for years
Expand Down
2 changes: 1 addition & 1 deletion deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

:aliases {;; we use babashka/neil for project attributes
;; publish workflow references these values (and automatically bumps patch component of version)
:neil {:project {:version "1.1.19" ;; describes last release and is template for next release
:neil {:project {:version "1.1.20" ;; describes last release and is template for next release
:name com.github.lread/test-doc-blocks
;; not neilisms - could potentially conflict with new neilisms
:github-coords lread/test-doc-blocks}}
Expand Down
2 changes: 1 addition & 1 deletion doc/01-user-guide.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
:toc:
:clojure-version: 1.10.3
// NOTE: lib-version is automatically updated by release workflow
:lib-version: 1.1.19
:lib-version: 1.1.20

// Exercise our :apply option by skipping all code blocks by default for this doc
//#:test-doc-blocks{:skip true :apply :all-next}
Expand Down

0 comments on commit 842bc47

Please sign in to comment.