Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: RondeauG <[email protected]>
  • Loading branch information
Zeitsperre and RondeauG authored Nov 30, 2023
1 parent 4894ab0 commit 453634e
Showing 1 changed file with 15 additions and 3 deletions.
18 changes: 15 additions & 3 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,19 @@
Changelog
=========

0.3.0 (2023-11-21)
----------------
0.3.0 (unreleased)
-------------------

* First release on PyPI.
* `xdatasets` now adheres to PEPs 517/518/621 using the `flit` backend for building and packaging.
* The `cookiecutter` template has been updated to the latest commit via `cruft`. (:pull:`28`):
* `Manifest.in` and `setup.py` have been removed.
* `pyproject.toml` has been added, with most package configurations migrated into it.
* `HISTORY.rst` has been renamed to `CHANGES.rst`.
* `actions-version-updater.yml` has been added to automate the versioning of the package.
* `bump-version.yml` has been added to automate patch versioning of the package.
* `pre-commit` hooks have been updated to the latest versions; `check-toml` and `toml-sort` have been added to cleanup the `pyproject.toml` file.
* `ruff` has been added to the linting tools to replace most `flake8` and `pydocstyle` verifications.

0.1.2-alpha (2023-01-13)
---------------------------
First release on PyPI.

0 comments on commit 453634e

Please sign in to comment.