catch clojure exceptions hook, line, and sinker
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Bump version for release

+4 -2
+2
CHANGELOG.md
··· 2 2 3 3 ## Unreleased 4 4 5 + ## 0.2.0 - 2026-04-02 6 + 5 7 - changed namespace to use `com.noahbogart.sinker`. only one person uses this (me) so i don't care that it could clash with the previous version. 6 8 - removed `:type` ex-data selection, just gonna rely on `::sinker/type` from now on. 7 9 - added `.editorconfig` to keep things consistent.
+1 -1
README.md
··· 7 7 ## installation 8 8 9 9 ```clojure lazytest/skip=true 10 - :deps {com.noahbogart/sinker {:mvn/version "0.1.0"}} 10 + :deps {com.noahbogart/sinker {:mvn/version "0.2.0"}} 11 11 ``` 12 12 13 13 ## features
+1 -1
resources/com.noahbogart/sinker/SINKER_VERSION
··· 1 - 0.1.0 1 + 0.2.0