From 8d4b9d91f7078b2566c55dc6aa939af9a1be2257 Mon Sep 17 00:00:00 2001 From: Github Build Bot Date: Fri, 26 May 2023 05:58:32 +0000 Subject: [PATCH] Bumping version to 1.5.1 and generate changelog --- .bumpversion.cfg | 2 +- .changes/1.5.1.md | 5 ++++ .../unreleased/Fixes-20230518-011334.yaml | 6 ---- CHANGELOG.md | 29 ++++++++++++------- dbt/adapters/snowflake/__version__.py | 2 +- setup.py | 2 +- 6 files changed, 26 insertions(+), 20 deletions(-) create mode 100644 .changes/1.5.1.md delete mode 100644 .changes/unreleased/Fixes-20230518-011334.yaml diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 5d87246f2..d7b766617 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.5.0 +current_version = 1.5.1 parse = (?P[\d]+) # major version number \.(?P[\d]+) # minor version number \.(?P[\d]+) # patch version number diff --git a/.changes/1.5.1.md b/.changes/1.5.1.md new file mode 100644 index 000000000..6e71eca09 --- /dev/null +++ b/.changes/1.5.1.md @@ -0,0 +1,5 @@ +## dbt-snowflake 1.5.1 - May 26, 2023 + +### Fixes + +- Address some issues regarding gustom schema overrides. ([#393](https://github.com/dbt-labs/dbt-snowflake/issues/393)) diff --git a/.changes/unreleased/Fixes-20230518-011334.yaml b/.changes/unreleased/Fixes-20230518-011334.yaml deleted file mode 100644 index f83551f73..000000000 --- a/.changes/unreleased/Fixes-20230518-011334.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: Fixes -body: Address some issues regarding gustom schema overrides. -time: 2023-05-18T01:13:34.108819-07:00 -custom: - Author: versusfacit - Issue: "393" diff --git a/CHANGELOG.md b/CHANGELOG.md index d35bb5166..f344f6c4b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,14 @@ - "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.5.1 - May 26, 2023 + +### Fixes + +- Address some issues regarding gustom schema overrides. ([#393](https://github.com/dbt-labs/dbt-snowflake/issues/393)) + + + ## dbt-snowflake 1.5.0 - April 27, 2023 ### Features @@ -50,17 +58,16 @@ - Update `snowflake-connector-python` to 3.0 to address CVE-2022-42965 ([#476](https://github.com/dbt-labs/dbt-snowflake/pull/476)) ### Contributors -- [@NiallRees](https://github.com/NiallRees) ([#456](https://github.com/dbt-labs/dbt-snowflake/issues/456)) -- [@b-per](https://github.com/b-per) ([#365](https://github.com/dbt-labs/dbt-snowflake/issues/365), [#492](https://github.com/dbt-labs/dbt-snowflake/issues/492)) -- [@dataders](https://github.com/dataders) ([#331](https://github.com/dbt-labs/dbt-snowflake/issues/331), [#374](https://github.com/dbt-labs/dbt-snowflake/issues/374)) -- [@dave-connors-3](https://github.com/dave-connors-3) ([#410](https://github.com/dbt-labs/dbt-snowflake/issues/410)) -- [@goFrendiAsgard](https://github.com/goFrendiAsgard) ([#443](https://github.com/dbt-labs/dbt-snowflake/issues/443)) -- [@jayhale](https://github.com/jayhale) ([#291](https://github.com/dbt-labs/dbt-snowflake/issues/291)) -- [@joshuataylor](https://github.com/joshuataylor) ([#331](https://github.com/dbt-labs/dbt-snowflake/issues/331), [#201](https://github.com/dbt-labs/dbt-snowflake/issues/201)) -- [@kadekillary](https://github.com/kadekillary) ([#344](https://github.com/dbt-labs/dbt-snowflake/issues/344)) -- [@kevinneville](https://github.com/kevinneville) ([#302](https://github.com/dbt-labs/dbt-snowflake/issues/302)) -- [@surbias](https://github.com/surbias) ([#251](https://github.com/dbt-labs/dbt-snowflake/issues/251), [#466](https://github.com/dbt-labs/dbt-snowflake/pull/466)) - +- [@NiallRees](https://github.com/NiallRees) ([#456](https://github.com/dbt-labs/dbt-spark/issues/456)) +- [@b-per](https://github.com/b-per) ([#365](https://github.com/dbt-labs/dbt-spark/issues/365), [#492](https://github.com/dbt-labs/dbt-spark/issues/492)) +- [@dataders](https://github.com/dataders) ([#331](https://github.com/dbt-labs/dbt-spark/issues/331), [#374](https://github.com/dbt-labs/dbt-spark/issues/374)) +- [@dave-connors-3](https://github.com/dave-connors-3) ([#410](https://github.com/dbt-labs/dbt-spark/issues/410)) +- [@goFrendiAsgard](https://github.com/goFrendiAsgard) ([#443](https://github.com/dbt-labs/dbt-spark/issues/443)) +- [@jayhale](https://github.com/jayhale) ([#291](https://github.com/dbt-labs/dbt-spark/issues/291)) +- [@joshuataylor](https://github.com/joshuataylor) ([#331](https://github.com/dbt-labs/dbt-spark/issues/331), [#201](https://github.com/dbt-labs/dbt-spark/issues/201)) +- [@kadekillary](https://github.com/kadekillary) ([#344](https://github.com/dbt-labs/dbt-spark/issues/344)) +- [@kevinneville](https://github.com/kevinneville) ([#302](https://github.com/dbt-labs/dbt-spark/issues/302)) +- [@surbias](https://github.com/surbias) ([#251](https://github.com/dbt-labs/dbt-spark/issues/251), [#466](https://github.com/dbt-labs/dbt-snowflake/pull/466)) ## Previous Releases For information on prior major and minor releases, see their changelogs: diff --git a/dbt/adapters/snowflake/__version__.py b/dbt/adapters/snowflake/__version__.py index e3a0f0153..0c46db4fa 100644 --- a/dbt/adapters/snowflake/__version__.py +++ b/dbt/adapters/snowflake/__version__.py @@ -1 +1 @@ -version = "1.5.0" +version = "1.5.1" diff --git a/setup.py b/setup.py index 507fbb92d..b9b8e8d72 100644 --- a/setup.py +++ b/setup.py @@ -51,7 +51,7 @@ def _get_dbt_core_version(): package_name = "dbt-snowflake" -package_version = "1.5.0" +package_version = "1.5.1" dbt_core_version = _get_dbt_core_version() description = """The Snowflake adapter plugin for dbt"""