From 4e512da71b62085ee2fdb9d959fe584f973bb320 Mon Sep 17 00:00:00 2001 From: Github Build Bot Date: Fri, 7 Feb 2025 20:18:18 +0000 Subject: [PATCH] Bumping version to 1.9.1 and generate changelog --- .bumpversion.cfg | 2 +- .changes/1.9.1.md | 8 ++++++++ .changes/unreleased/Features-20250113-133414.yaml | 6 ------ CHANGELOG.md | 11 ++++++++++- dbt/adapters/snowflake/__version__.py | 2 +- 5 files changed, 20 insertions(+), 9 deletions(-) create mode 100644 .changes/1.9.1.md delete mode 100644 .changes/unreleased/Features-20250113-133414.yaml diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 749d4dc0c..cd5880c5e 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.9.0 +current_version = 1.9.1 parse = (?P[\d]+) # major version number \.(?P[\d]+) # minor version number \.(?P[\d]+) # patch version number diff --git a/.changes/1.9.1.md b/.changes/1.9.1.md new file mode 100644 index 000000000..8b655ad09 --- /dev/null +++ b/.changes/1.9.1.md @@ -0,0 +1,8 @@ +## dbt-snowflake 1.9.1 - February 07, 2025 + +### Features + +- Added support for custom iceberg base_location_root ([#1284](https://github.com/dbt-labs/dbt-snowflake/issues/1284)) + +### Contributors +- [@LProcopi15](https://github.com/LProcopi15) ([#1284](https://github.com/dbt-labs/dbt-snowflake/issues/1284)) diff --git a/.changes/unreleased/Features-20250113-133414.yaml b/.changes/unreleased/Features-20250113-133414.yaml deleted file mode 100644 index 869ed6b17..000000000 --- a/.changes/unreleased/Features-20250113-133414.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: Features -body: Added support for custom iceberg base_location_root -time: 2025-01-13T13:34:14.326047-08:00 -custom: - Author: LProcopi15 - Issue: "1284" diff --git a/CHANGELOG.md b/CHANGELOG.md index 10c29b80a..43206e2e4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,16 @@ - "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.9.1 - February 07, 2025 + +### Features + +- Added support for custom iceberg base_location_root ([#1284](https://github.com/dbt-labs/dbt-snowflake/issues/1284)) + +### Contributors +- [@LProcopi15](https://github.com/LProcopi15) ([#1284](https://github.com/dbt-labs/dbt-snowflake/issues/1284)) + + ## dbt-snowflake 1.9.0 - December 09, 2024 ### Breaking Changes @@ -84,7 +94,6 @@ - [@mikealfare,](https://github.com/mikealfare,) ([#851](https://github.com/dbt-labs/dbt-snowflake/issues/851)) - [@pei0804](https://github.com/pei0804) ([#834](https://github.com/dbt-labs/dbt-snowflake/issues/834)) - ## Previous Releases For information on prior major and minor releases, see their changelogs: - [1.6](https://github.com/dbt-labs/dbt-snowflake/blob/1.6.latest/CHANGELOG.md) diff --git a/dbt/adapters/snowflake/__version__.py b/dbt/adapters/snowflake/__version__.py index 7aba64097..702279763 100644 --- a/dbt/adapters/snowflake/__version__.py +++ b/dbt/adapters/snowflake/__version__.py @@ -1 +1 @@ -version = "1.9.0" +version = "1.9.1"