Skip to content

Commit 46ed9e1

Browse files
version: 1.12.0 (#689)
## version: 1.12.0 ## v1.12.0 - 2026-04-01 ### Enhancement or New Feature * Add multi-project discovery tools with config_override support for Server B ### Under the Hood * Add LLM-Assisted Contributions section to CONTRIBUTING.md and consolidate style guidelines from .cursor/rules into CONTRIBUTING.md * Clarify OAuth page wording — dbt Cloud → dbt Platform, remove editor-specific framing * Clarify selectors arg/prompt for CLI tools * Split config_providers module into a package with separate files per provider type * Extract CredentialsProvider into credentials.py to break circular import * Follow redirects for DbtAdminAPIClient Co-authored-by: DevonFulcher <24593113+DevonFulcher@users.noreply.github.com>
1 parent 247ea56 commit 46ed9e1

9 files changed

Lines changed: 21 additions & 21 deletions

.changes/unreleased/Enhancement or New Feature-20260317-082212.yaml

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

.changes/unreleased/Under the Hood-20260324-113000.yaml

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

.changes/unreleased/Under the Hood-20260324-130318.yaml

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

.changes/unreleased/Under the Hood-20260327-104053.yaml

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

.changes/unreleased/Under the Hood-20260331-150154.yaml

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

.changes/unreleased/Under the Hood-20260331-164440.yaml

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

.changes/unreleased/Under the Hood-20260401-113320.yaml

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

.changes/v1.12.0.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
## v1.12.0 - 2026-04-01
2+
### Enhancement or New Feature
3+
* Add multi-project discovery tools with config_override support for Server B
4+
### Under the Hood
5+
* Add LLM-Assisted Contributions section to CONTRIBUTING.md and consolidate style guidelines from .cursor/rules into CONTRIBUTING.md
6+
* Clarify OAuth page wording — dbt Cloud → dbt Platform, remove editor-specific framing
7+
* Clarify selectors arg/prompt for CLI tools
8+
* Split config_providers module into a package with separate files per provider type
9+
* Extract CredentialsProvider into credentials.py to break circular import
10+
* Follow redirects for DbtAdminAPIClient

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,17 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html),
77
and is generated by [Changie](https://github.com/miniscruff/changie).
88

99

10+
## v1.12.0 - 2026-04-01
11+
### Enhancement or New Feature
12+
* Add multi-project discovery tools with config_override support for Server B
13+
### Under the Hood
14+
* Add LLM-Assisted Contributions section to CONTRIBUTING.md and consolidate style guidelines from .cursor/rules into CONTRIBUTING.md
15+
* Clarify OAuth page wording — dbt Cloud → dbt Platform, remove editor-specific framing
16+
* Clarify selectors arg/prompt for CLI tools
17+
* Split config_providers module into a package with separate files per provider type
18+
* Extract CredentialsProvider into credentials.py to break circular import
19+
* Follow redirects for DbtAdminAPIClient
20+
1021
## v1.11.0 - 2026-03-25
1122
### Enhancement or New Feature
1223
* Expose steps_override parameter in trigger_job_run tool

0 commit comments

Comments
 (0)