Skip to content

Commit

Permalink
run prettier on changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
otosky committed Nov 2, 2024
1 parent cc6b707 commit ba16e64
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,14 @@ and this project adheres to
## [Unreleased]

- Support linting of sources.
- **Breaking**: Renamed modules:
`dbt_score.model_filter` becomes `dbt_score.rule_filter`
- **Breaking**: Renamed filter class and decorator:
`@model_filter` becomes `@rule_filter` and
`ModelFilter` becomes `RuleFilter`.
- **Breaking**: Renamed modules: `dbt_score.model_filter` becomes
`dbt_score.rule_filter`
- **Breaking**: Renamed filter class and decorator: `@model_filter` becomes
`@rule_filter` and `ModelFilter` becomes `RuleFilter`.
- **Breaking**: Config option `model_filter_names` becomes `rule_filter_names`.
- **Breaking**: CLI flag naming fixes:
`--fail_any_model_under` becomes `--fail-any-item-under` and
`--fail_project_under` becomes `--fail-project-under`.
- **Breaking**: CLI flag naming fixes: `--fail_any_model_under` becomes
`--fail-any-item-under` and `--fail_project_under` becomes
`--fail-project-under`.

## [0.7.1] - 2024-11-01

Expand Down

0 comments on commit ba16e64

Please sign in to comment.