Skip to content

Commit

Permalink
Release job: updates for version v1.0.39
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 3, 2022
1 parent 1dfb1de commit 9dd32cf
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,13 +7,17 @@ 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
* docs:
** 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
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.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/
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 38}
:release 39}

0 comments on commit 9dd32cf

Please sign in to comment.