Skip to content

Commit

Permalink
[publish workflow]: apply version 1.1.41
Browse files Browse the repository at this point in the history
  • Loading branch information
lread committed Aug 14, 2024
1 parent f484931 commit 9c8f1a6
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@ A release with an intentional breaking changes is marked with:
// - unreleased section empty
// - optional attribute is not [breaking] or [minor breaking]
// (adjust these in publish.clj as you see fit)
== Unreleased [minor breaking]
== Unreleased

== v1.1.41 [minor breaking] - 2024-08-14 [[v1.1.41]]

* Minor breaking
** {issue}615[#615]: Etaoin now requires a minimum of JDK11 and Clojure 1.10
Expand Down Expand Up @@ -85,6 +87,8 @@ The implementation was either ultra legacy or misunderstood legacy APIs.
*** {issue}522[#522]: Describe how to get other common properties in docstrings
({lread})

https://github.com/clj-commons/etaoin/compare/v1.0.40\...v1.1.41[commit log]

== v1.0.40 - 2023-03-08 [[v1.0.40]]

* {issue}524[#524]: fix failure in bb related to `Thread/sleep` interop in JDK19
Expand Down
2 changes: 1 addition & 1 deletion deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,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.40" ;; describes last release and is template for next release
:neil {:project {:version "1.1.41" ;; describes last release and is template for next release
:name etaoin/etaoin
;; not neilisms - could potentially conflict with new neilisms
:github-coords clj-commons/etaoin}}
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 @@ -4,7 +4,7 @@
:toclevels: 5
:toc:
// DO NOT EDIT: the lib-version parameter is automatically updated by publish
:lib-version: 1.0.40
:lib-version: 1.1.41
:project-src-coords: clj-commons/etaoin
:project-mvn-coords: etaoin/etaoin
:url-webdriver: https://www.w3.org/TR/webdriver/
Expand Down

0 comments on commit 9c8f1a6

Please sign in to comment.