-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
1 changed file
with
3 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,32 +1,3 @@ | ||
1.1.4 (2022-07-06) | ||
------------------ | ||
|
||
- Enforces the single-thread limit on the dbt-duckdb profile | ||
|
||
1.1.3 (2022-06-29) | ||
------------------ | ||
|
||
- Fixes DuckDB 0.4.0 compatibility issue | ||
|
||
1.1.2 (2022-06-29) | ||
------------------ | ||
|
||
- Align with minor version of dbt-core | ||
- Constrain range of compatible duckdb versions | ||
|
||
1.1.1 (2022-04-06) | ||
------------------ | ||
|
||
- Fix typo in package description | ||
|
||
1.1.0 (2022-04-06) | ||
------------------ | ||
|
||
- Upgraded to DuckDB 0.3.2 | ||
- Refactored adapter so that dbt threads > 1 work with DuckDB | ||
|
||
1.0.0 (2022-01-10) | ||
------------------ | ||
|
||
- Upgraded to DuckDB 0.3.1 | ||
- First basically working version | ||
1.4.0rc1 (2023-03-15) | ||
--------------------- | ||
- MVP |