From 40c34cdc896fae2c84fa056ea4ac254c41720a4c Mon Sep 17 00:00:00 2001 From: Francis Charette-Migneault Date: Thu, 9 Nov 2023 10:07:20 -0500 Subject: [PATCH] split up changelog of devtools and CMIP6 refactor --- CHANGES.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 142fa60..3c6b83b 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -2,9 +2,16 @@ ## [Unreleased](https://github.com/crim-ca/stac-populator) (latest)" - +* Add `LICENSE` file. +* Add `bump-my-version` with `make version` and `make VERSION=<...> bump` utilities to self-update release versions. +* Add more metadata to `pyproject.toml`. +* Adjust `README.md` with updated references and release version indicators. +* Add `CHANGES.md` to record version updates. +* Add `dev` dependencies to `pyproject.toml` for testing the package (install with `pip install ".[dev]"`). +* Add GitHub CI tests. +* Remove `requirements.txt` in favor of all dependencies combined in `pyproject.toml`. -## [0.1.0](https://github.com/crim-ca/stac-populator/tree/0.1.0) (2023-11-09) +## [0.1.0](https://github.com/crim-ca/stac-populator/tree/0.1.0) (2023-11-08) * Refactor of `CMIP6_UofT` with more robust parsing strategies and STAC Item generation from THREDDS NCML metadata.