taoensso / timbre

Pure Clojure/Script logging library
https://www.taoensso.com/timbre
Eclipse Public License 1.0
1.44k stars 171 forks source link

Bump encore version to address ptaoussanis/encore#55. #345

Closed prook closed 2 years ago

prook commented 2 years ago

Hi,

I've spent better part of the day trying to understand strange ns-filter behavior only to discover it was an already fixed bug in encore's :deny-only compile-str-filter, ptaoussanis/encore#55.

I've skimmed through encore's commit history between 3.12 and 3.20 and -- apart from fixing the issue -- there don't seem to be changes that would break anything else in timbre.

Therefore, I suggest bumping encore dep version to prevent other unsuspecting souls from yak shaving their time away. :)

ptaoussanis commented 2 years ago

Will be addressed in next release, thanks Jan!