Skip to content

Commit

Permalink
Release 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lkubb committed Oct 7, 2024
1 parent 6a7c0e8 commit d8f1630
Show file tree
Hide file tree
Showing 8 changed files with 21 additions and 7 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
1 change: 0 additions & 1 deletion changelog/+changed-files-debug.removed.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog/+codecovyml.added.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog/+minmaxsalt.changed.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog/+no-cover.added.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog/+pinning.changed.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog/+testscoverage.changed.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog/+workflows.removed.md

This file was deleted.

0 comments on commit d8f1630

Please sign in to comment.