## 0.2.1 Non-breaking changes: - display version number in footer ## 0.2.0 New features for users: - validate a tabular file (e.g. CSV) against a schema given by URL - allow configuring homepage sections and blocks with a JSON config file (see `HOMEPAGE_CONFIG` environment variable in `.env`) - allow validating against previous versions of schemas Breaking changes: - URLs changed because of schema version support Non-breaking changes: - UI now requests `validata-api` service to do the validation, and does not depend on `validata-core` anymore - a Dockerfile has been added - a Continuous Integration pipeline has been added - the Docker image is rebuilt for each release - the Python package is uploaded to [PyPI](https://pypi.org/) for each release ## 0.1.0 Non-breaking changes: - Display badge in report page (optional, see `BADGE_CONFIG_URL` in `.env.example`)