Skip to content

Commit 3b90059

Browse files
Bumping version to 1.9.0 and generate changelog
1 parent ff80452 commit 3b90059

File tree

5 files changed

+16
-15
lines changed

5 files changed

+16
-15
lines changed

.changes/1.9.0.md

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
## dbt-adapters 1.9.0 - November 13, 2024
2+
3+
### Fixes
4+
5+
- Negate the check for microbatch behavior flag in determining builtins ([#349](https://github.com/dbt-labs/dbt-adapters/issues/349))
6+
- Move require_batched_execution_for_custom_microbatch_strategy flag to global ([#351](https://github.com/dbt-labs/dbt-adapters/issues/351))

.changes/unreleased/Fixes-20241112-141109.yaml

-6
This file was deleted.

.changes/unreleased/Fixes-20241112-143740.yaml

-6
This file was deleted.

CHANGELOG.md

+9-2
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@ and is generated by [Changie](https://github.com/miniscruff/changie).
2020

2121
## dbt-adapters 1.10.4 - November 11, 2024
2222

23-
24-
2523
## dbt-adapters 1.10.3 - October 29, 2024
2624

2725
## dbt-adapters 1.10.2 - October 01, 2024
@@ -34,6 +32,15 @@ and is generated by [Changie](https://github.com/miniscruff/changie).
3432

3533
## dbt-adapters 1.10.0 - September 12, 2024
3634

35+
## dbt-adapters 1.9.0 - November 13, 2024
36+
37+
### Fixes
38+
39+
- Negate the check for microbatch behavior flag in determining builtins ([#349](https://github.com/dbt-labs/dbt-adapters/issues/349))
40+
- Move require_batched_execution_for_custom_microbatch_strategy flag to global ([#351](https://github.com/dbt-labs/dbt-adapters/issues/351))
41+
42+
43+
3744
## dbt-adapters 1.8.0 - October 29, 2024
3845

3946
### Fixes

dbt/adapters/__about__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version = "1.9.0b"
1+
version = "1.9.0"

0 commit comments

Comments
 (0)