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"