Fix #1768: add taoensso.timbre/color-str

This commit is contained in:
Michiel Borkent 2024-11-29 11:32:19 +01:00
parent 42b9ff8f25
commit 1deae725ae
2 changed files with 3 additions and 1 deletions

View file

@ -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)) - [#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 `babashka.cli` to `0.8.61`
- Bump `clj-yaml` to `1.0.29` - 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) ## 1.12.195 (2024-11-12)

View file

@ -143,7 +143,8 @@
'info 'infof 'warn 'warnf 'info 'infof 'warn 'warnf
'error 'errorf 'error 'errorf
'-log! 'with-level '-log! 'with-level
'spit-appender '-spy 'spy]) 'spit-appender '-spy 'spy
'color-str])
'log! (sci/copy-var log! tns) 'log! (sci/copy-var log! tns)
'*config* config '*config* config
'swap-config! (sci/copy-var swap-config! tns) 'swap-config! (sci/copy-var swap-config! tns)