File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ and this project adheres to
1212 ` has_example_sql ` and applies by default to all models.
1313- ** Breaking** : Remove ` dbt-core ` from dependencies. Since it is not mandatory
1414 for ` dbt-score ` to execute ` dbt ` , remove the dependency.
15+ - ** Breaking** : Stop using ` MultiOption ` selection type.
1516
1617## [ 0.6.0] - 2024-08-23
1718
Original file line number Diff line number Diff line change @@ -11,8 +11,9 @@ Installation of `dbt-score` is simple:
1111pip install dbt-score
1212```
1313
14- If a virtual environment is used to run dbt, make sure to install ` dbt-score ` in
15- the same environment.
14+ In order to run ` dbt-score ` with all it's features, ensure to install
15+ ` dbt-score ` in the same environment as ` dbt-core ` as some features require
16+ ` dbt-core ` to be installed.
1617
1718## Usage
1819
You can’t perform that action at this time.
0 commit comments