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/Features-20251217-140444.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/Fixes-20250721-115455.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/Security-20251218-164725.yaml

This file was deleted.

7 changes: 7 additions & 0 deletions .changes/v0.13.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
## 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 perission
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@ 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.1 - 2025-12-18
### Features
* Adding EnvironmentInfo query
### Fixes
* Remove unneeded subquery, which creates invalid SQL for some dialects.
### Security
* Update github action perission

## v0.13.0 - 2025-07-15
### Under the Hood
* Bump max message size to 512mb
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.0"
VERSION = "0.13.1"
Loading