From ea2ad178fe6fa250404e304935a865a422e082c7 Mon Sep 17 00:00:00 2001 From: Github Build Bot Date: Thu, 28 Mar 2024 13:24:28 +0000 Subject: [PATCH] Bumping version to 1.7.5 and generate changelog --- .bumpversion.cfg | 2 +- .changes/1.7.5.md | 5 +++++ .../unreleased/Under the Hood-20240227-002713.yaml | 6 ------ CHANGELOG.md | 10 ++++++++-- dbt/adapters/redshift/__version__.py | 2 +- 5 files changed, 15 insertions(+), 10 deletions(-) create mode 100644 .changes/1.7.5.md delete mode 100644 .changes/unreleased/Under the Hood-20240227-002713.yaml diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 26e44fcdc..4c6857c36 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.7.4 +current_version = 1.7.5 parse = (?P[\d]+) # major version number \.(?P[\d]+) # minor version number \.(?P[\d]+) # patch version number diff --git a/.changes/1.7.5.md b/.changes/1.7.5.md new file mode 100644 index 000000000..a41159aab --- /dev/null +++ b/.changes/1.7.5.md @@ -0,0 +1,5 @@ +## dbt-redshift 1.7.5 - March 28, 2024 + +### Under the Hood + +- Add unit test for transaction semantics. ([#722](https://github.com/dbt-labs/dbt-redshift/issues/722)) diff --git a/.changes/unreleased/Under the Hood-20240227-002713.yaml b/.changes/unreleased/Under the Hood-20240227-002713.yaml deleted file mode 100644 index 48b8de8e4..000000000 --- a/.changes/unreleased/Under the Hood-20240227-002713.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: Under the Hood -body: Add unit test for transaction semantics. -time: 2024-02-27T00:27:13.299107-08:00 -custom: - Author: versusfacit - Issue: "722" diff --git a/CHANGELOG.md b/CHANGELOG.md index f1969f361..862c28888 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-redshift/blob/main/CONTRIBUTING.md#adding-changelog-entry) +## dbt-redshift 1.7.5 - March 28, 2024 + +### Under the Hood + +- Add unit test for transaction semantics. ([#722](https://github.com/dbt-labs/dbt-redshift/issues/722)) + + + ## dbt-redshift 1.7.4 - February 29, 2024 ### Features @@ -12,8 +20,6 @@ - Support limiting get_catalog by object name ([#625](https://github.com/dbt-labs/dbt-redshift/issues/625)) - Add support for checking table-last-modified by metadata ([#615](https://github.com/dbt-labs/dbt-redshift/issues/615)) - - ## dbt-redshift 1.7.3 - February 09, 2024 ### Fixes diff --git a/dbt/adapters/redshift/__version__.py b/dbt/adapters/redshift/__version__.py index 582554e87..57a819f4f 100644 --- a/dbt/adapters/redshift/__version__.py +++ b/dbt/adapters/redshift/__version__.py @@ -1 +1 @@ -version = "1.7.4" +version = "1.7.5"