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 28, 2024
1 parent 12d763a commit 2773ec3
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.2

Released `2024-08-28`.

- Target java 11 as unnecessary to target later versions.

## 0.4.1
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Add it to your deps.edn or project.clj:

```clojure
{:aliases
{:test {:extra-deps {io.github.noahtheduke/lazytest {:mvn/version "0.4.1"}}
{:test {:extra-deps {io.github.noahtheduke/lazytest {:mvn/version "0.4.2"}}
: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.4.1
0.4.2

0 comments on commit 2773ec3

Please sign in to comment.