From 6ff90bb39946ff931bcb7f513d5646c06177619a Mon Sep 17 00:00:00 2001 From: GitHub Build Bot Date: Mon, 2 Dec 2024 18:04:08 +0000 Subject: [PATCH 1/2] Generate changelog at .changes/1.9.0-rc1.md --- .changes/1.9.0-rc1.md | 14 ++++++++++++++ .../Breaking Changes-20241016-175527.yaml | 0 .../Features-20240927-133708.yaml | 0 CHANGELOG.md | 16 +++++++++++++++- 4 files changed, 29 insertions(+), 1 deletion(-) create mode 100644 .changes/1.9.0-rc1.md rename .changes/{unreleased => 1.9.0}/Breaking Changes-20241016-175527.yaml (100%) rename .changes/{unreleased => 1.9.0}/Features-20240927-133708.yaml (100%) diff --git a/.changes/1.9.0-rc1.md b/.changes/1.9.0-rc1.md new file mode 100644 index 00000000..ec1a68cf --- /dev/null +++ b/.changes/1.9.0-rc1.md @@ -0,0 +1,14 @@ +## dbt-postgres 1.9.0-rc1 - December 02, 2024 + +### Breaking Changes + +- Drop support for Python 3.8 ([#161](https://github.com/dbt-labs/dbt-postgres/issues/161)) + +### Features + +- Enable setting current value of dbt_valid_to ([#151](https://github.com/dbt-labs/dbt-postgres/issues/151)) + +### Contributors +- [@gshank](https://github.com/gshank) ([#151](https://github.com/dbt-labs/dbt-postgres/issues/151)) +- [@mikealfare](https://github.com/mikealfare) ([#161](https://github.com/dbt-labs/dbt-postgres/issues/161)) + diff --git a/.changes/unreleased/Breaking Changes-20241016-175527.yaml b/.changes/1.9.0/Breaking Changes-20241016-175527.yaml similarity index 100% rename from .changes/unreleased/Breaking Changes-20241016-175527.yaml rename to .changes/1.9.0/Breaking Changes-20241016-175527.yaml diff --git a/.changes/unreleased/Features-20240927-133708.yaml b/.changes/1.9.0/Features-20240927-133708.yaml similarity index 100% rename from .changes/unreleased/Features-20240927-133708.yaml rename to .changes/1.9.0/Features-20240927-133708.yaml diff --git a/CHANGELOG.md b/CHANGELOG.md index fc95b95f..7b1d3559 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,21 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html), and is generated by [Changie](https://github.com/miniscruff/changie). +## dbt-postgres 1.9.0-rc1 - December 02, 2024 + +### Breaking Changes + +- Drop support for Python 3.8 ([#161](https://github.com/dbt-labs/dbt-postgres/issues/161)) + +### Features + +- Enable setting current value of dbt_valid_to ([#151](https://github.com/dbt-labs/dbt-postgres/issues/151)) + +### Contributors +- [@gshank](https://github.com/gshank) ([#151](https://github.com/dbt-labs/dbt-postgres/issues/151)) +- [@mikealfare](https://github.com/mikealfare) ([#161](https://github.com/dbt-labs/dbt-postgres/issues/161)) + + ## dbt-postgres 1.9.0-b1 - September 25, 2024 ### Features @@ -36,7 +51,6 @@ and is generated by [Changie](https://github.com/miniscruff/changie). - [@peterallenwebb](https://github.com/peterallenwebb) ([#123](https://github.com/dbt-labs/dbt-postgres/issues/123)) - [@versusfacit](https://github.com/versusfacit) ([#85](https://github.com/dbt-labs/dbt-postgres/issues/85)) - ## Previous Releases For information on prior major and minor releases, see their changelogs: - [1.8](https://github.com/dbt-labs/dbt-postgres/blob/1.8.latest/CHANGELOG.md) From a185fda859907700ae06566c0c401abcc460c3ae Mon Sep 17 00:00:00 2001 From: GitHub Build Bot Date: Mon, 2 Dec 2024 18:05:32 +0000 Subject: [PATCH 2/2] Bump version to 1.9.0rc1 --- dbt/adapters/postgres/__version__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dbt/adapters/postgres/__version__.py b/dbt/adapters/postgres/__version__.py index a4077fff..c70591d8 100644 --- a/dbt/adapters/postgres/__version__.py +++ b/dbt/adapters/postgres/__version__.py @@ -1 +1 @@ -version = "1.9.0b1" +version = "1.9.0rc1"