From 2bc604246a505f06f3499dca574ea9eada50467b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 4 Aug 2022 20:05:45 +0000 Subject: [PATCH] Release job: updates for version v1.0.38 --- CHANGELOG.adoc | 6 +++++- doc/01-user-guide.adoc | 2 +- version.edn | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.adoc b/CHANGELOG.adoc index 07ad3b71..0e64ffb6 100644 --- a/CHANGELOG.adoc +++ b/CHANGELOG.adoc @@ -5,7 +5,9 @@ A release with an intentional breaking changes is marked with: * [breaking] you probably need to change your code * [minor breaking] you likely don't need to change your code -== Unreleased [minor breaking] +== Unreleased + +== v1.0.38 [minor breaking] Minor Breaking Changes @@ -135,6 +137,8 @@ Fixed. ** https://github.com/clj-commons/etaoin/issues/381[#381]: In addition to ubuntu, now also testing on macOS and Windows (using GitHub Actions https://github.com/clj-commons/etaoin/issues/392[#392] with parallelization https://github.com/clj-commons/etaoin/issues/420[#420]) ** https://github.com/clj-commons/etaoin/issues/422[#422]: Automate release workflow +https://github.com/clj-commons/etaoin/compare/0.4.6\...v1.0.38[Full commit log] + == v0.4.6 * https://github.com/clj-commons/etaoin/issues/367[#367]: Use actions to fix double-click diff --git a/doc/01-user-guide.adoc b/doc/01-user-guide.adoc index de2e5aac..75ee66de 100644 --- a/doc/01-user-guide.adoc +++ b/doc/01-user-guide.adoc @@ -3,7 +3,7 @@ = User Guide :toclevels: 5 :toc: -:lib-version: 0.4.6 +:lib-version: 1.0.38 :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 e6ddbddf..ab9ba799 100644 --- a/version.edn +++ b/version.edn @@ -3,4 +3,4 @@ ;; omit :qualifier (ex. :qualifier "alpha") for official releases {:major 1 :minor 0 - :release 37} + :release 38}