Skip to content

Commit

Permalink
Release job: updates for version v1.1.19
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed May 2, 2024
1 parent b7ef095 commit 57ac054
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.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
* Reviewed and refreshed docs
* Bumped library deps (these are used during test generation only)
* No longer engaging clj-kondo's lint feature during code analysis

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

== v1.0.166-alpha - 2021-11-27 [[v1.0.166-alpha]]

* 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]
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.18" ;; describes last release and is template for next release
:neil {:project {:version "1.1.19" ;; 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.0.166-alpha
:lib-version: 1.1.19

// 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 57ac054

Please sign in to comment.