Refactor logging configuration to enable/disable logging

This commit is contained in:
2024-11-01 08:44:18 -04:00
parent 28a7b2f140
commit 873f5ba5f8
+6
View File
@@ -1,6 +1,12 @@
Release History
===============
## 0.1.7 (2024-11-01)
- Add `logger` decorator.
- Add `sm.enable_logfire()` function.
- General improvements.
## 0.1.6 (2024-10-31)
- Add `sm.Plugin` syntax sugar.