diff --git a/.release-please-manifest.json b/.release-please-manifest.json index a915e8c..2be9c43 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.1" + ".": "0.2.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 958b357..e7d3e8c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,29 @@ # Changelog +## [0.2.0](https://github.com/datasciencecampus/update-tf-modules/compare/v0.1.1...v0.2.0) (2026-08-11) + + +### Features + +* **logging:** add ModuleOutcome dataclass and run summary ([9864042](https://github.com/datasciencecampus/update-tf-modules/commit/986404235003d7de4fb4f94437506c69bcee84d3)) +* **logging:** add per-module progress and outcome messages ([3948693](https://github.com/datasciencecampus/update-tf-modules/commit/39486936b29ebbb10e76bd039a521eacc9dc5458)) +* **logging:** add structured lifecycle output ([00aabce](https://github.com/datasciencecampus/update-tf-modules/commit/00aabce0fbfdb187a6317b079f89acb721477116)) +* **logging:** add structured progress output and stdlib logging ([dcb72e5](https://github.com/datasciencecampus/update-tf-modules/commit/dcb72e5b76ac4c6c97a6afa59d8bf47c7a4d0e98)) +* **logging:** add zero-replacement cause hints for unchanged modules ([b421f6b](https://github.com/datasciencecampus/update-tf-modules/commit/b421f6b9d15ce4f471c0e6ea627492651701bcec)) + + +### Bug Fixes + +* **ci:** default updater_ref to v0, preflight-validate ref, and align docs ([0228310](https://github.com/datasciencecampus/update-tf-modules/commit/0228310094da6382adf8f5f22de2a66cbec75773)) +* **updaters:** count only actual module source changes ([e3ff9f5](https://github.com/datasciencecampus/update-tf-modules/commit/e3ff9f5abfcd04132f75e9090d6fb13636cdf7fd)) +* **workflow:** default updater_ref to v0 and validate ref before checkout ([48d5306](https://github.com/datasciencecampus/update-tf-modules/commit/48d530674048806f4e824ce3b6229318e5d3e069)) + + +### Refactoring + +* **logging:** migrate log.py to stdlib logging, update tests to caplog ([9124e60](https://github.com/datasciencecampus/update-tf-modules/commit/9124e607bffcb12214f15214a780472f670b0276)) +* **logging:** use standard module loggers and remove wrapper ([1d8a2cd](https://github.com/datasciencecampus/update-tf-modules/commit/1d8a2cd95dec380a2c62fc164d7aa1901c00dde4)) + ## [0.1.1](https://github.com/datasciencecampus/update-tf-modules/compare/v0.1.0...v0.1.1) (2026-06-17) diff --git a/pyproject.toml b/pyproject.toml index 41e486c..dba8998 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "update-tf-modules" -version = "0.1.1" +version = "0.2.0" description = "Add your description here" readme = "README.md" authors = [