From 58015787fb0147ad520be9d8f24064a056d0f18c Mon Sep 17 00:00:00 2001 From: Github Build Bot Date: Fri, 7 Feb 2025 20:05:33 +0000 Subject: [PATCH] generate changelog --- dbt-adapters/.changes/1.14.0.md | 3 +++ dbt-adapters/CHANGELOG.md | 16 ++++++++++++---- 2 files changed, 15 insertions(+), 4 deletions(-) create mode 100644 dbt-adapters/.changes/1.14.0.md diff --git a/dbt-adapters/.changes/1.14.0.md b/dbt-adapters/.changes/1.14.0.md new file mode 100644 index 000000000..be861a060 --- /dev/null +++ b/dbt-adapters/.changes/1.14.0.md @@ -0,0 +1,3 @@ +## dbt-adapters 1.14.0 - February 07, 2025 + + diff --git a/dbt-adapters/CHANGELOG.md b/dbt-adapters/CHANGELOG.md index 6bbf29fb6..9c858cfc5 100644 --- a/dbt-adapters/CHANGELOG.md +++ b/dbt-adapters/CHANGELOG.md @@ -1,13 +1,20 @@ # Changelog -All notable changes to this project will be documented in this file. -The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), +- This file provides a full account of all changes to `dbt-adapters` +- 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). +and is generated by [Changie](https://github.com/miniscruff/changie) +- Changes are listed under the (pre-)release in which they first appear +- Subsequent releases include changes from previous releases +- "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](/CONTRIBUTING.md#changelog-entry) + +## dbt-adapters 1.14.0 - February 07, 2025 -## dbt-adapters 1.13.2 - January 22, 2025 +## dbt-adapters 1.13.2 - January 22, 2025 ## dbt-adapters 1.13.1 - January 10, 2025 @@ -274,3 +281,4 @@ and is generated by [Changie](https://github.com/miniscruff/changie). ### Security * Pin `black>=24.3` in `pyproject.toml` ([#140](https://github.com/dbt-labs/dbt-adapters/issues/140)) +