Skip to content

Commit

Permalink
Release job: updates for version v1.0.38
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Aug 4, 2022
1 parent 413fe73 commit 2bc6042
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
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: 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/
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 37}
:release 38}

0 comments on commit 2bc6042

Please sign in to comment.