Skip to content

Commit

Permalink
[publish workflow]: apply version 1.1.42
Browse files Browse the repository at this point in the history
  • Loading branch information
lread committed Sep 27, 2024
1 parent bb51ab5 commit 5e68f69
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 @@ -19,6 +19,8 @@ A release with an intentional breaking changes is marked with:
// (adjust these in publish.clj as you see fit)
== Unreleased

== v1.1.42 - 2024-09-27 [[v1.1.42]]

* Changes
** {issue}559[#559]: Create `query-from` and `query-all-from` as replacements for `child` and `children`. Rewrite logic such that `q` parameter allows for vector syntax similar to `query` and `query-all`. Deprecate `child` and `children`. ({person}dgr[@dgr])
** {issue}559[#559]: Make `get-active-element` a public API. This was previously private. ({person}dgr[@dgr])
Expand All @@ -41,6 +43,8 @@ A release with an intentional breaking changes is marked with:
** {issue}646[#646]: Fixed race condition leading to unreliable test. ({person}dgr[@dgr])
** {issue}674[#674]: Fixed race condition leading to unreliable test. ({person}dgr[@dgr])

https://github.com/clj-commons/etaoin/compare/v1.1.41\...v1.1.42[commit log]

== v1.1.41 [minor breaking] - 2024-08-14 [[v1.1.41]]

* Minor breaking
Expand Down
2 changes: 1 addition & 1 deletion deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
:aliases
{;; we use babashka/neil for project attributes
;; publish workflow references these values (and automatically bumps patch component of version)
:neil {:project {:version "1.1.41" ;; describes last release and is template for next release
:neil {:project {:version "1.1.42" ;; describes last release and is template for next release
:name etaoin/etaoin
;; not neilisms - could potentially conflict with new neilisms
:github-coords clj-commons/etaoin}}
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 @@ -4,7 +4,7 @@
:toclevels: 5
:toc:
// DO NOT EDIT: the lib-version parameter is automatically updated by publish
:lib-version: 1.1.41
:lib-version: 1.1.42
:project-src-coords: clj-commons/etaoin
:project-mvn-coords: etaoin/etaoin
:url-webdriver: https://www.w3.org/TR/webdriver/
Expand Down

0 comments on commit 5e68f69

Please sign in to comment.