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 Oct 15, 2024
1 parent 965c111 commit ec59b6e
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.2.0

Released `2024-10-15`.

Wrote better documentation for `lazytest.core`, highlighting the primary vars and their use cases.

Added generic support for skipping test cases or suites with `:skip` metadata.
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 "1.1.1"}}
{:test {:extra-deps {io.github.noahtheduke/lazytest {:mvn/version "1.2.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.1.1
1.2.0

0 comments on commit ec59b6e

Please sign in to comment.