Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions .changes/unreleased/Security-20251219-024000.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/Under the Hood-20260217-102238.yaml

This file was deleted.

5 changes: 5 additions & 0 deletions .changes/v0.13.2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
## v0.13.2 - 2026-02-23
### Under the Hood
* Add status to RetryTimeoutError
### Security
* Add permissioning to release tag action"
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion dbtsl/__about__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION = "0.13.1"
VERSION = "0.13.2"
Loading