💣 Breaking Changes
- Dropped Python 3.7 support.
- `report` default mode is not `auto`. `html` will be used unless `CI` env var is set, which will use `md`.
To always use `html` (default before this release), you must explicitly pass `report="html"`.
What's Changed
* drop Python 3.7 by daavoo in https://github.com/iterative/dvclive/pull/269
* project: upgrade dvc-render by pared in https://github.com/iterative/dvclive/pull/270
* report: Introduce `markdown` support. by daavoo in https://github.com/iterative/dvclive/pull/266
**Full Changelog**: https://github.com/iterative/dvclive/compare/0.9.0...0.10.0