Skip to content

Commit 88bb5fe

Browse files
Bumping version to 1.11.5 and generate changelog
1 parent b8ec130 commit 88bb5fe

File tree

5 files changed

+23
-14
lines changed

5 files changed

+23
-14
lines changed

.changes/1.11.5.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
## dbt-core 1.11.5 - February 13, 2026
2+
3+
### Fixes
4+
5+
- Fix false deprecation warning ([#12327](https://github.com/dbt-labs/dbt-core/issues/12327))
6+
- Dont fire config problem event if loaded_at_query is defined for adapters that dont support metadata-based freshness ([#12451](https://github.com/dbt-labs/dbt-core/issues/12451))
7+
8+
### Contributors
9+
- [@alexaustin007](https://github.com/alexaustin007) ([#12327](https://github.com/dbt-labs/dbt-core/issues/12327))
10+
- [@ash2shukla](https://github.com/ash2shukla) ([#12451](https://github.com/dbt-labs/dbt-core/issues/12451))

.changes/unreleased/Fixes-20260126-160659.yaml

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changes/unreleased/Fixes-20260204-211128.yaml

Lines changed: 0 additions & 6 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,18 @@
55
- "Breaking changes" listed under a version may require action from end users or external maintainers when upgrading to that version.
66
- Do not edit this file directly. This file is auto-generated using [changie](https://github.com/miniscruff/changie). For details on how to document a change, see [the contributing guide](https://github.com/dbt-labs/dbt-core/blob/main/CONTRIBUTING.md#adding-changelog-entry)
77

8+
## dbt-core 1.11.5 - February 13, 2026
9+
10+
### Fixes
11+
12+
- Fix false deprecation warning ([#12327](https://github.com/dbt-labs/dbt-core/issues/12327))
13+
- Dont fire config problem event if loaded_at_query is defined for adapters that dont support metadata-based freshness ([#12451](https://github.com/dbt-labs/dbt-core/issues/12451))
14+
15+
### Contributors
16+
- [@alexaustin007](https://github.com/alexaustin007) ([#12327](https://github.com/dbt-labs/dbt-core/issues/12327))
17+
- [@ash2shukla](https://github.com/ash2shukla) ([#12451](https://github.com/dbt-labs/dbt-core/issues/12451))
18+
19+
820
## dbt-core 1.11.4 - February 09, 2026
921

1022
### Fixes
@@ -19,7 +31,6 @@
1931
- [@ash2shukla](https://github.com/ash2shukla) ([#12396](https://github.com/dbt-labs/dbt-core/issues/12396))
2032
- [@fa-assistant](https://github.com/fa-assistant) ([#N/A](https://github.com/dbt-labs/dbt-core/issues/N/A))
2133

22-
2334
## dbt-core 1.11.3 - February 05, 2026
2435

2536
### Fixes

core/dbt/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version = "1.11.4"
1+
version = "1.11.5"

0 commit comments

Comments
 (0)