Fix #1768: add taoensso.timbre/color-str
This commit is contained in:
parent
42b9ff8f25
commit
1deae725ae
2 changed files with 3 additions and 1 deletions
|
|
@ -20,6 +20,7 @@ A preview of the next release can be installed from
|
|||
- [#1760] For compatibility with [Fireworks v0.10.3](https://github.com/paintparty/fireworks), added `volatile?` entry to `babashka.impl.clojure.core/core-extras`([@paintparty](https://github.com/paintparty))
|
||||
- Bump `babashka.cli` to `0.8.61`
|
||||
- Bump `clj-yaml` to `1.0.29`
|
||||
- [#1768](https://github.com/babashka/babashka/issues/1768): Add `taoensso.timbre` `color-str` function
|
||||
|
||||
## 1.12.195 (2024-11-12)
|
||||
|
||||
|
|
|
|||
|
|
@ -143,7 +143,8 @@
|
|||
'info 'infof 'warn 'warnf
|
||||
'error 'errorf
|
||||
'-log! 'with-level
|
||||
'spit-appender '-spy 'spy])
|
||||
'spit-appender '-spy 'spy
|
||||
'color-str])
|
||||
'log! (sci/copy-var log! tns)
|
||||
'*config* config
|
||||
'swap-config! (sci/copy-var swap-config! tns)
|
||||
|
|
|
|||
Loading…
Reference in a new issue