Skip to content

Commit

Permalink
Bump version for release
Browse files Browse the repository at this point in the history
  • Loading branch information
NoahTheDuke committed Nov 19, 2024
1 parent 42e487a commit aea2b9e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"]}}}
```
Expand Down
2 changes: 1 addition & 1 deletion resources/LAZYTEST_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.3.0
1.4.0

0 comments on commit aea2b9e

Please sign in to comment.