-------------------
Contributors: Trevor James Smith (:user:`Zeitsperre`)
Changes
^^^^^^^
* The `cookiecutter` template has been updated to the latest commit via `cruft`. (:pull:`52`):
* `xdatasets` is now `Semantic Version v2.0.0 <https://semver.org/spec/v2.0.0.html>`_-compliant
* Added a few workflows (Changed file labelling, Cache cleaning, Dependency Scanning, OpenSSF Scorecard)
* Workflows now use the `tep-security/harden-runner` action to security harden the runner environment
* Reorganized README and added a few badges
* Updated pre-commit hook versions
* Formatting tools (`black`, `blackdoc`, `isort`) are now pinned to their pre-commit version equivalents
* `actions-version-updater.yml` has been replaced by `dependabot`
* Enabled the `labeler.yml` workflow to mark changed files in Pull Requests as "CI". (:pull:`63`).
* Enabled the Anaconda build tests and coverage reporting to `Coveralls.io <https://coveralls.io>`_. (:pull:`63`).
* Removed the version pin on `ipython`. (:pull:`63`).
* Migrated the documentation from GitHub Pages to ReadTheDocs. (:issue:`32`, :pull:`67`).
.. _changes_0.3.4: