0.4.23 (yanked)
What's Changed
- Fix some typos by @Kleinmarb in #637
- Add logforth to implementation by @tisonkun in #638
- Add
spdlog-rs
link to README by @SpriteOvO in #639 - Add correct lifetime to kv::Value::to_borrowed_str by @stevenroose in #643
- docs: Add logforth as an impl by @tisonkun in #642
- Add clang_log implementation by @DDAN-17 in #646
- Bind lifetimes of &str returned from Key by the lifetime of 'k rather than the lifetime of the Key struct by @gbbosak in #648 (reverted)
- Fix up key lifetimes and add method to try get a borrowed key by @KodrAus in #653
- Add Ftail implementation by @tjardoo in #652
- Relax feature flag for value's std_support by @tisonkun in #657
- Prepare for 0.4.23 release by @KodrAus in #656
New Contributors
- @Kleinmarb made their first contribution in #637
- @tisonkun made their first contribution in #638
- @SpriteOvO made their first contribution in #639
- @stevenroose made their first contribution in #643
- @DDAN-17 made their first contribution in #646
- @gbbosak made their first contribution in #648
- @tjardoo made their first contribution in #652
Full Changelog: 0.4.22...0.4.23