Skip to content

Commit 9dd32cf

Browse files
Release job: updates for version v1.0.39
1 parent 1dfb1de commit 9dd32cf

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

CHANGELOG.adoc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,17 @@ A release with an intentional breaking changes is marked with:
77
88
== Unreleased
99

10+
== v1.0.39
11+
1012
* https://github.com/clj-commons/etaoin/issues/503[#503]: Address Clojure interop issue introduced by new Thread/sleep signature in JDK 19
1113
* https://github.com/clj-commons/etaoin/issues/513[#513]: Fix rendering of exception when used from REPL
1214
* bumped Etaoin dependencies
1315
* docs:
1416
** https://github.com/clj-commons/etaoin/issues/447[#447]: Describe testing without a display in the link:doc/01-user-guide.adoc#headless-testing[user guide], including a new requirement for a windows manager when using a virtual display on Linux
1517
** https://github.com/clj-commons/etaoin/issues/507[#507]: The current version of babashka, which is the only one we support, no longer requires the a dependency to the babashka spec.alpha fork to use the Etaoin ide feature. Tests and docs updated accordingly.
1618

19+
https://github.com/clj-commons/etaoin/compare/v1.0.38\...v1.0.39[Full commit log]
20+
1721
== v1.0.38 [minor breaking]
1822

1923
Minor Breaking Changes

doc/01-user-guide.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
= User Guide
44
:toclevels: 5
55
:toc:
6-
:lib-version: 1.0.38
6+
:lib-version: 1.0.39
77
:project-src-coords: clj-commons/etaoin
88
:project-mvn-coords: etaoin/etaoin
99
:url-webdriver: https://www.w3.org/TR/webdriver/

version.edn

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
;; omit :qualifier (ex. :qualifier "alpha") for official releases
44
{:major 1
55
:minor 0
6-
:release 38}
6+
:release 39}

0 commit comments

Comments
 (0)