Skip to content

Commit

Permalink
Release job: updates for version v1.0.40
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Mar 8, 2023
1 parent 496d724 commit db01a4f
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 @@ -7,8 +7,12 @@ A release with an intentional breaking changes is marked with:
== Unreleased

== v1.0.40

* https://github.com/clj-commons/etaoin/issues/524[#524]: fix failure in bb related to `Thread/sleep` interop in JDK19

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

== v1.0.39

* https://github.com/clj-commons/etaoin/issues/503[#503]: Address Clojure interop issue introduced by new Thread/sleep signature in JDK 19
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 @@
= User Guide
:toclevels: 5
:toc:
:lib-version: 1.0.39
:lib-version: 1.0.40
:project-src-coords: clj-commons/etaoin
:project-mvn-coords: etaoin/etaoin
:url-webdriver: https://www.w3.org/TR/webdriver/
Expand Down
2 changes: 1 addition & 1 deletion version.edn
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
;; omit :qualifier (ex. :qualifier "alpha") for official releases
{:major 1
:minor 0
:release 39}
:release 40}

0 comments on commit db01a4f

Please sign in to comment.