Skip to content

Commit 1ce4b8d

Browse files
Bumping version to 1.11.2rc1 and generate changelog
1 parent e9611ba commit 1ce4b8d

File tree

5 files changed

+23
-2
lines changed

5 files changed

+23
-2
lines changed

.changes/1.11.2-rc1.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
## dbt-core 1.11.2-rc1 - December 22, 2025
2+
3+
### Fixes
4+
5+
- Address Click 8.2+ deprecation warning ([#12038](https://github.com/dbt-labs/dbt-core/issues/12038))
6+
- Pin sqlparse <0.5.5 to avoid max tokens issue ([#12303](https://github.com/dbt-labs/dbt-core/issues/12303))
7+
8+
### Contributors
9+
- [@edgarrmondragon](https://github.com/edgarrmondragon) ([#12038](https://github.com/dbt-labs/dbt-core/issues/12038))
10+
- [@michelleark](https://github.com/michelleark) ([#12303](https://github.com/dbt-labs/dbt-core/issues/12303))
File renamed without changes.
File renamed without changes.

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.2-rc1 - December 22, 2025
9+
10+
### Fixes
11+
12+
- Address Click 8.2+ deprecation warning ([#12038](https://github.com/dbt-labs/dbt-core/issues/12038))
13+
- Pin sqlparse <0.5.5 to avoid max tokens issue ([#12303](https://github.com/dbt-labs/dbt-core/issues/12303))
14+
15+
### Contributors
16+
- [@edgarrmondragon](https://github.com/edgarrmondragon) ([#12038](https://github.com/dbt-labs/dbt-core/issues/12038))
17+
- [@michelleark](https://github.com/michelleark) ([#12303](https://github.com/dbt-labs/dbt-core/issues/12303))
18+
19+
820
## dbt-core 1.11.1 - December 19, 2025
921

1022
### Dependencies
@@ -14,7 +26,6 @@
1426
### Contributors
1527
- [@QMalcolm](https://github.com/QMalcolm) ([#12305](https://github.com/dbt-labs/dbt-core/issues/12305))
1628

17-
1829
## dbt-core 1.11.0 - December 19, 2025
1930

2031
### Features

core/dbt/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version = "1.11.1"
1+
version = "1.11.2rc1"

0 commit comments

Comments
 (0)