Skip to content

Commit ab7e947

Browse files
[Automated] Merged prep-release/1.10.19_21185233313 into target 1.10.latest during release process
2 parents 17ddd65 + 8a4762c commit ab7e947

File tree

6 files changed

+16
-10
lines changed

6 files changed

+16
-10
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 1.10.18
2+
current_version = 1.10.19
33
parse = (?P<major>[\d]+) # major version number
44
\.(?P<minor>[\d]+) # minor version number
55
\.(?P<patch>[\d]+) # patch version number

.changes/1.10.19.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
## dbt-core 1.10.19 - January 20, 2026
2+
3+
### Under the Hood
4+
5+
- Add add_catalog_integration call even if we have a pre-existing manifest ([#12262](https://github.com/dbt-labs/dbt-core/issues/12262))

.changes/unreleased/Under the Hood-20251209-131857.yaml

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

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@
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.10.19 - January 20, 2026
9+
10+
### Under the Hood
11+
12+
- Add add_catalog_integration call even if we have a pre-existing manifest ([#12262](https://github.com/dbt-labs/dbt-core/issues/12262))
13+
14+
15+
816
## dbt-core 1.10.18 - January 06, 2026
917

1018
### Features
@@ -22,7 +30,6 @@
2230
### Contributors
2331
- [@mjsqu](https://github.com/mjsqu) ([#12288](https://github.com/dbt-labs/dbt-core/issues/12288))
2432

25-
2633
## dbt-core 1.10.17 - December 20, 2025
2734

2835
### Fixes

core/dbt/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,5 +226,5 @@ def _get_adapter_plugin_names() -> Iterator[str]:
226226
yield plugin_name
227227

228228

229-
__version__ = "1.10.18"
229+
__version__ = "1.10.19"
230230
installed = get_installed_version()

core/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626

2727
package_name = "dbt-core"
28-
package_version = "1.10.18"
28+
package_version = "1.10.19"
2929
description = """With dbt, data analysts and engineers can build analytics \
3030
the way engineers build applications."""
3131

0 commit comments

Comments
 (0)