From 9dd32cf3740ec7449f0d74d6ad475f9a2d6124b9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 3 Dec 2022 22:21:50 +0000 Subject: [PATCH] Release job: updates for version v1.0.39 --- CHANGELOG.adoc | 4 ++++ doc/01-user-guide.adoc | 2 +- version.edn | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.adoc b/CHANGELOG.adoc index a9973738..2d122bf0 100644 --- a/CHANGELOG.adoc +++ b/CHANGELOG.adoc @@ -7,6 +7,8 @@ A release with an intentional breaking changes is marked with: == Unreleased +== 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 * https://github.com/clj-commons/etaoin/issues/513[#513]: Fix rendering of exception when used from REPL * bumped Etaoin dependencies @@ -14,6 +16,8 @@ A release with an intentional breaking changes is marked with: ** 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 ** 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. +https://github.com/clj-commons/etaoin/compare/v1.0.38\...v1.0.39[Full commit log] + == v1.0.38 [minor breaking] Minor Breaking Changes diff --git a/doc/01-user-guide.adoc b/doc/01-user-guide.adoc index 9c39cf1e..36c065b2 100644 --- a/doc/01-user-guide.adoc +++ b/doc/01-user-guide.adoc @@ -3,7 +3,7 @@ = User Guide :toclevels: 5 :toc: -:lib-version: 1.0.38 +:lib-version: 1.0.39 :project-src-coords: clj-commons/etaoin :project-mvn-coords: etaoin/etaoin :url-webdriver: https://www.w3.org/TR/webdriver/ diff --git a/version.edn b/version.edn index ab9ba799..90ffee78 100644 --- a/version.edn +++ b/version.edn @@ -3,4 +3,4 @@ ;; omit :qualifier (ex. :qualifier "alpha") for official releases {:major 1 :minor 0 - :release 38} + :release 39}