diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c2e3cc..b896325 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,27 @@ This project uses [Semantic Versioning](https://semver.org/) - MAJOR.MINOR.PATCH # Changelog +## 0.5.0 (2024-10-07) + + +### Removed + +- Dropped `workflows` question and `basic` and `org` workflow variants. All projects use the `enhanced` workflows from now on. +- Removed redundant changed-files-debug job + + +### Changed + +- Ensured minimum and maximum supported Salt versions always at least follow their default values (supported versions at the time of the template release) when updating the template. +- Excluded default fixtures from coverage calculations +- Pinned pre-commit hooks and actions to digests + + +### Added + +- Added `no cover: start [...] no cover: stop` pragma to exclude statements from coverage +- Added default `.codecov.yml` + ## 0.4.8 (2024-10-05) diff --git a/changelog/+changed-files-debug.removed.md b/changelog/+changed-files-debug.removed.md deleted file mode 100644 index 8808506..0000000 --- a/changelog/+changed-files-debug.removed.md +++ /dev/null @@ -1 +0,0 @@ -Removed redundant changed-files-debug job diff --git a/changelog/+codecovyml.added.md b/changelog/+codecovyml.added.md deleted file mode 100644 index c668440..0000000 --- a/changelog/+codecovyml.added.md +++ /dev/null @@ -1 +0,0 @@ -Added default `.codecov.yml` diff --git a/changelog/+minmaxsalt.changed.md b/changelog/+minmaxsalt.changed.md deleted file mode 100644 index 57bbb7a..0000000 --- a/changelog/+minmaxsalt.changed.md +++ /dev/null @@ -1 +0,0 @@ -Ensured minimum and maximum supported Salt versions always at least follow their default values (supported versions at the time of the template release) when updating the template. diff --git a/changelog/+no-cover.added.md b/changelog/+no-cover.added.md deleted file mode 100644 index 7a73216..0000000 --- a/changelog/+no-cover.added.md +++ /dev/null @@ -1 +0,0 @@ -Added `no cover: start [...] no cover: stop` pragma to exclude statements from coverage diff --git a/changelog/+pinning.changed.md b/changelog/+pinning.changed.md deleted file mode 100644 index accdedc..0000000 --- a/changelog/+pinning.changed.md +++ /dev/null @@ -1 +0,0 @@ -Pinned pre-commit hooks and actions to digests diff --git a/changelog/+testscoverage.changed.md b/changelog/+testscoverage.changed.md deleted file mode 100644 index 25a33b7..0000000 --- a/changelog/+testscoverage.changed.md +++ /dev/null @@ -1 +0,0 @@ -Excluded default fixtures from coverage calculations diff --git a/changelog/+workflows.removed.md b/changelog/+workflows.removed.md deleted file mode 100644 index 7f2509a..0000000 --- a/changelog/+workflows.removed.md +++ /dev/null @@ -1 +0,0 @@ -Dropped `workflows` question and `basic` and `org` workflow variants. All projects use the `enhanced` workflows from now on.