diff --git a/CHANGELOG.md b/CHANGELOG.md index 04098fb..0b9cbf7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ ## Unreleased +## 1.4.1 + +Released `2024-11-21`. + ### Fixed - `around` context macro is now called once for all children. (See [#12](https://github.com/NoahTheDuke/lazytest/issues/12).) diff --git a/README.md b/README.md index b92b75a..0b7e683 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ Add it to your deps.edn or project.clj: ```clojure lazytest/skip=true {:aliases - {:test {:extra-deps {io.github.noahtheduke/lazytest {:mvn/version "1.4.0"}} + {:test {:extra-deps {io.github.noahtheduke/lazytest {:mvn/version "1.4.1"}} :extra-paths ["test"] :main-opts ["-m" "lazytest.main"]}}} ``` diff --git a/resources/LAZYTEST_VERSION b/resources/LAZYTEST_VERSION index 88c5fb8..347f583 100644 --- a/resources/LAZYTEST_VERSION +++ b/resources/LAZYTEST_VERSION @@ -1 +1 @@ -1.4.0 +1.4.1