From 73682b6538d577131495628b02e94fcb91bce2fd Mon Sep 17 00:00:00 2001 From: DevonFulcher Date: Mon, 23 Feb 2026 15:06:34 +0000 Subject: [PATCH 1/2] version: 0.13.2 ## v0.13.2 - 2026-02-23 ### Under the Hood * Add status to RetryTimeoutError ### Security * Add permissioning to release tag action" --- .changes/unreleased/Security-20251219-024000.yaml | 3 --- .changes/unreleased/Under the Hood-20260217-102238.yaml | 3 --- .changes/v0.13.2.md | 5 +++++ CHANGELOG.md | 8 +++++++- dbtsl/__about__.py | 2 +- 5 files changed, 13 insertions(+), 8 deletions(-) delete mode 100644 .changes/unreleased/Security-20251219-024000.yaml delete mode 100644 .changes/unreleased/Under the Hood-20260217-102238.yaml create mode 100644 .changes/v0.13.2.md diff --git a/.changes/unreleased/Security-20251219-024000.yaml b/.changes/unreleased/Security-20251219-024000.yaml deleted file mode 100644 index 3d7f229..0000000 --- a/.changes/unreleased/Security-20251219-024000.yaml +++ /dev/null @@ -1,3 +0,0 @@ -kind: Security -body: Add permissioning to release tag action" -time: 2025-12-19T02:40:00.168373-05:00 diff --git a/.changes/unreleased/Under the Hood-20260217-102238.yaml b/.changes/unreleased/Under the Hood-20260217-102238.yaml deleted file mode 100644 index 38e2885..0000000 --- a/.changes/unreleased/Under the Hood-20260217-102238.yaml +++ /dev/null @@ -1,3 +0,0 @@ -kind: Under the Hood -body: Add status to RetryTimeoutError -time: 2026-02-17T10:22:38.733159-06:00 diff --git a/.changes/v0.13.2.md b/.changes/v0.13.2.md new file mode 100644 index 0000000..f54e9a5 --- /dev/null +++ b/.changes/v0.13.2.md @@ -0,0 +1,5 @@ +## v0.13.2 - 2026-02-23 +### Under the Hood +* Add status to RetryTimeoutError +### Security +* Add permissioning to release tag action" diff --git a/CHANGELOG.md b/CHANGELOG.md index 73f7ccf..b5d3936 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,13 +4,19 @@ All notable changes to this project will be documented in this file. Do not edit this file manually, it is generated automatically by [changie](https://github.com/miniscruff/changie). +## v0.13.2 - 2026-02-23 +### Under the Hood +* Add status to RetryTimeoutError +### Security +* Add permissioning to release tag action" + ## v0.13.1 - 2025-12-18 ### Features * Adding EnvironmentInfo query ### Fixes * Remove unneeded subquery, which creates invalid SQL for some dialects. ### Security -* Update github action permission. +* Update github action perission ## v0.13.0 - 2025-07-15 ### Under the Hood diff --git a/dbtsl/__about__.py b/dbtsl/__about__.py index f5a5cb4..bec33f0 100644 --- a/dbtsl/__about__.py +++ b/dbtsl/__about__.py @@ -1 +1 @@ -VERSION = "0.13.1" +VERSION = "0.13.2" From 53474bb2023ff8c53414f9b3492bfebf1de17a54 Mon Sep 17 00:00:00 2001 From: Devon Fulcher <24593113+DevonFulcher@users.noreply.github.com> Date: Mon, 23 Feb 2026 09:39:33 -0600 Subject: [PATCH 2/2] Retrigger CI