diff --git a/CHANGELOG.adoc b/CHANGELOG.adoc index 8102496..890d95f 100644 --- a/CHANGELOG.adoc +++ b/CHANGELOG.adoc @@ -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]) @@ -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 diff --git a/deps.edn b/deps.edn index 55478a1..02d3d77 100644 --- a/deps.edn +++ b/deps.edn @@ -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}} diff --git a/doc/01-user-guide.adoc b/doc/01-user-guide.adoc index ccb2f92..31b7c28 100644 --- a/doc/01-user-guide.adoc +++ b/doc/01-user-guide.adoc @@ -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/