Skip to content

Commit a4ed7ce

Browse files
Bumping version to 1.5.1 and generate changelog
1 parent 355f918 commit a4ed7ce

23 files changed

+29
-114
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.5.1rc2
2+
current_version = 1.5.1
33
parse = (?P<major>[\d]+) # major version number
44
\.(?P<minor>[\d]+) # minor version number
55
\.(?P<patch>[\d]+) # patch version number

.changes/1.5.1-rc1.md

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

.changes/1.5.1-rc2.md renamed to .changes/1.5.1.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,14 @@
1-
## dbt-core 1.5.1-rc2 - May 25, 2023
1+
## dbt-core 1.5.1 - May 30, 2023
22

33
### Fixes
44

5+
- fix typo in unpacking statically parsed ref ([#7364](https://github.com/dbt-labs/dbt-core/issues/7364))
6+
- Fix inverted `--print/--no-print` flag ([#7517](https://github.com/dbt-labs/dbt-core/issues/7517))
7+
- Back-compat for previous return type of 'collect_freshness' macro ([#7489](https://github.com/dbt-labs/dbt-core/issues/7489))
8+
- print model version in dbt show if specified ([#7407](https://github.com/dbt-labs/dbt-core/issues/7407))
59
- Allow missing `profiles.yml` for `dbt deps` and `dbt init` ([#7511](https://github.com/dbt-labs/dbt-core/issues/7511))
10+
- Do not rewrite manifest.json during 'docs serve' command ([#7553](https://github.com/dbt-labs/dbt-core/issues/7553))
11+
- Pin protobuf to greater than 4.0.0 ([#7565](https://github.com/dbt-labs/dbt-core/issues/7565))
612
- Throw error for duplicated versioned and unversioned models ([#7487](https://github.com/dbt-labs/dbt-core/issues/7487))
713
- Fix: Relative project paths weren't working with deps ([#7491](https://github.com/dbt-labs/dbt-core/issues/7491))
814
- Fall back if rendering the password field fails. ([#7629](https://github.com/dbt-labs/dbt-core/issues/7629))
@@ -14,3 +20,4 @@
1420

1521
### Contributors
1622
- [@iknox-fa](https://github.com/iknox-fa) ([#7491](https://github.com/dbt-labs/dbt-core/issues/7491), [#NA](https://github.com/dbt-labs/dbt-core/issues/NA))
23+
- [@thomasgjerdekog](https://github.com/thomasgjerdekog) ([#7517](https://github.com/dbt-labs/dbt-core/issues/7517))

.changes/1.5.1/Fixes-20230414-163642.yaml

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

.changes/1.5.1/Fixes-20230505-132545.yaml

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

.changes/1.5.1/Fixes-20230506-173315.yaml

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

.changes/1.5.1/Fixes-20230508-042707.yaml

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

.changes/1.5.1/Fixes-20230508-072929.yaml

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

.changes/1.5.1/Fixes-20230508-142518.yaml

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

.changes/1.5.1/Fixes-20230509-123159.yaml

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

0 commit comments

Comments
 (0)