diff --git a/CHANGELOG.md b/CHANGELOG.md index 39f54eb..0e2137a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ ## Unreleased +## 1.4.0 + +Released `2024-11-19`. + ### Added - Can now pass in paths as cli arguments, not just through repeated `--dir` flags: `clojure -M:dev:test test/unit test/integration` will look for tests in both `test/unit` and `test/integration`. diff --git a/README.md b/README.md index e2c9f72..b92b75a 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.3.0"}} + {:test {:extra-deps {io.github.noahtheduke/lazytest {:mvn/version "1.4.0"}} :extra-paths ["test"] :main-opts ["-m" "lazytest.main"]}}} ``` diff --git a/resources/LAZYTEST_VERSION b/resources/LAZYTEST_VERSION index f0bb29e..88c5fb8 100644 --- a/resources/LAZYTEST_VERSION +++ b/resources/LAZYTEST_VERSION @@ -1 +1 @@ -1.3.0 +1.4.0