From d931f7aabf5dacff87cbaeb377baa6c8e4e76757 Mon Sep 17 00:00:00 2001 From: Github Build Bot Date: Wed, 12 Jun 2024 16:22:45 +0000 Subject: [PATCH] Bumping version to 1.8.3 and generate changelog --- .bumpversion.cfg | 2 +- .changes/1.8.3.md | 5 +++++ .changes/unreleased/Fixes-20240607-102708.yaml | 6 ------ CHANGELOG.md | 10 ++++++++-- dbt/adapters/snowflake/__version__.py | 2 +- 5 files changed, 15 insertions(+), 10 deletions(-) create mode 100644 .changes/1.8.3.md delete mode 100644 .changes/unreleased/Fixes-20240607-102708.yaml diff --git a/.bumpversion.cfg b/.bumpversion.cfg index ea067d8bd..22b3437af 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.8.2 +current_version = 1.8.3 parse = (?P[\d]+) # major version number \.(?P[\d]+) # minor version number \.(?P[\d]+) # patch version number diff --git a/.changes/1.8.3.md b/.changes/1.8.3.md new file mode 100644 index 000000000..09f89ef16 --- /dev/null +++ b/.changes/1.8.3.md @@ -0,0 +1,5 @@ +## dbt-snowflake 1.8.3 - June 12, 2024 + +### Fixes + +- return to previous naming convention to return to quoting policy ([#1074](https://github.com/dbt-labs/dbt-snowflake/issues/1074)) diff --git a/.changes/unreleased/Fixes-20240607-102708.yaml b/.changes/unreleased/Fixes-20240607-102708.yaml deleted file mode 100644 index 58cd9bbee..000000000 --- a/.changes/unreleased/Fixes-20240607-102708.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: Fixes -body: return to previous naming convention to return to quoting policy -time: 2024-06-07T10:27:08.542159-05:00 -custom: - Author: McKnight-42 - Issue: "1074" diff --git a/CHANGELOG.md b/CHANGELOG.md index 19c0ab3ae..4e026c5c0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,13 +5,19 @@ - "Breaking changes" listed under a version may require action from end users or external maintainers when upgrading to that version. - 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-snowflake/blob/main/CONTRIBUTING.md#adding-changelog-entry) -## dbt-snowflake 1.8.2 - May 23, 2024 +## dbt-snowflake 1.8.3 - June 12, 2024 ### Fixes -- Update relation caching to correctly identify dynamic tables, accounting for Snowflake's `2024_03` bundle ([#1016](https://github.com/dbt-labs/dbt-snowflake/issues/1016)) +- return to previous naming convention to return to quoting policy ([#1074](https://github.com/dbt-labs/dbt-snowflake/issues/1074)) + + +## dbt-snowflake 1.8.2 - May 23, 2024 + +### Fixes +- Update relation caching to correctly identify dynamic tables, accounting for Snowflake's `2024_03` bundle ([#1016](https://github.com/dbt-labs/dbt-snowflake/issues/1016)) ## dbt-snowflake 1.8.1 - May 15, 2024 diff --git a/dbt/adapters/snowflake/__version__.py b/dbt/adapters/snowflake/__version__.py index ba22724db..eaf9d19e0 100644 --- a/dbt/adapters/snowflake/__version__.py +++ b/dbt/adapters/snowflake/__version__.py @@ -1 +1 @@ -version = "1.8.2" +version = "1.8.3"