Skip to content

Commit

Permalink
readme, publish next coords
Browse files Browse the repository at this point in the history
  • Loading branch information
dustingetz committed Sep 26, 2022
1 parent a3f4ce9 commit 932cf6b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,13 @@ Project maturity: CLJ is stable, external users. CLJS is alpha

```clojure
; stable
{:deps {com.hyperfiddle/rcf {:mvn/version "20220902-130636"}}}
{:deps {com.hyperfiddle/rcf {:mvn/version "20220926-202227"}}}
```

Breaking changes:
* `:mvn/version "20220827-151056"` test forms no longer return final result
* `:mvn/version "20220405"` maven group-id renamed from `hyperfiddle` to `com.hyperfiddle` for security
* `20220926-202227` `!` is deprecated, use `tap` instead
* `20220827-151056` async test forms no longer guaranteed return final result
* `20220405` maven group-id renamed from `hyperfiddle` to `com.hyperfiddle` for security
* 2021 Dec 18: clojurescript dependency is now under the :cljs alias, see #25
* 2021 Oct 20: custom reporters now dispatch on qualified keywords, see #19

Expand Down

0 comments on commit 932cf6b

Please # to comment.