Skip to content

Commit 49bba06

Browse files
Bumping version to 1.10.0rc1 and generate changelog
1 parent 465aa0c commit 49bba06

15 files changed

+59
-4
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.0b3
2+
current_version = 1.10.0rc1
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.0-rc1.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
## dbt-core 1.10.0-rc1 - May 28, 2025
2+
3+
### Breaking Changes
4+
5+
- Flip behavior flag to disallow spaces in resource names ([#11610](https://github.com/dbt-labs/dbt-core/issues/11610))
6+
7+
### Features
8+
9+
- Deprecate usage of `include`/`exclude` terminology with warn-error-options ([#11557](https://github.com/dbt-labs/dbt-core/issues/11557))
10+
- Support description and config.meta on groups ([#11319](https://github.com/dbt-labs/dbt-core/issues/11319))
11+
- Adding Quoting to manifest metadata ([#na](https://github.com/dbt-labs/dbt-core/issues/na))
12+
- Include event names in deprecation warning messages ([#11471](https://github.com/dbt-labs/dbt-core/issues/11471))
13+
- Support config on columns ([#11651](https://github.com/dbt-labs/dbt-core/issues/11651))
14+
15+
### Fixes
16+
17+
- Add freshness config to sources ([#11506](https://github.com/dbt-labs/dbt-core/issues/11506))
18+
- Add freshness config to models ([#11506](https://github.com/dbt-labs/dbt-core/issues/11506))
19+
- require count and period on model freshness.build_after ([#11669](https://github.com/dbt-labs/dbt-core/issues/11669))
20+
21+
### Under the Hood
22+
23+
- Move core_types.proto into shared dbt-protos library ([#11608](https://github.com/dbt-labs/dbt-core/issues/11608))
24+
25+
### Contributors
26+
- [@cmcarthur](https://github.com/cmcarthur) ([#11608](https://github.com/dbt-labs/dbt-core/issues/11608))
27+
- [@venkaa28](https://github.com/venkaa28) ([#na](https://github.com/dbt-labs/dbt-core/issues/na))

.changes/unreleased/Breaking Changes-20250520-131830.yaml renamed to .changes/1.10.0/Breaking Changes-20250520-131830.yaml

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)