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 Aug 19, 2024
1 parent 6565e0a commit da98662
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

## 0.4.0

Released `2024-08-19`.

### Features

- `-n`, `--namespace NS` cli flag to specify namespaces that will be tested.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Add it to your deps.edn or project.clj:

```clojure
{:aliases
{:test {:extra-deps {io.github.noahtheduke/lazytest {:mvn/version "0.3.0"}}
{:test {:extra-deps {io.github.noahtheduke/lazytest {:mvn/version "0.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 @@
0.3.0
0.4.0

0 comments on commit da98662

Please sign in to comment.