- Fix dynamic settings read behavior to ignore only ``None`` values and not ``zeros`` values (68)
0.12.0
* Load settings from _toml_ files
0.11.0
- Autoconfigure python logging with `CONFIGURE_LOGGING` _special setting_.
0.10.0
- Support configuring dynamic backends with an optional _prefix_.
0.9.1
- `configure` method now works even called before the LazySettings setup.
0.9.0
- `configure` method now update settings in dynamic settings. - On get setting value in dynamic setting update local settings with this value. - Auto casting value in dynamic storage to using complex types.