diff --git a/.changes/unreleased/Features-20251217-140444.yaml b/.changes/unreleased/Features-20251217-140444.yaml deleted file mode 100644 index af4e735..0000000 --- a/.changes/unreleased/Features-20251217-140444.yaml +++ /dev/null @@ -1,3 +0,0 @@ -kind: Features -body: Adding EnvironmentInfo query -time: 2025-12-17T14:04:44.035438-05:00 diff --git a/.changes/unreleased/Fixes-20250721-115455.yaml b/.changes/unreleased/Fixes-20250721-115455.yaml deleted file mode 100644 index 6a5b752..0000000 --- a/.changes/unreleased/Fixes-20250721-115455.yaml +++ /dev/null @@ -1,3 +0,0 @@ -kind: Fixes -body: Remove unneeded subquery, which creates invalid SQL for some dialects. -time: 2025-07-21T11:54:55.027236-07:00 diff --git a/.changes/unreleased/Security-20251218-164725.yaml b/.changes/unreleased/Security-20251218-164725.yaml deleted file mode 100644 index da30450..0000000 --- a/.changes/unreleased/Security-20251218-164725.yaml +++ /dev/null @@ -1,3 +0,0 @@ -kind: Security -body: Update github action perission -time: 2025-12-18T16:47:25.197844-05:00 diff --git a/.changes/v0.13.1.md b/.changes/v0.13.1.md new file mode 100644 index 0000000..78beb64 --- /dev/null +++ b/.changes/v0.13.1.md @@ -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 diff --git a/CHANGELOG.md b/CHANGELOG.md index 302b8a4..00b189c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/dbtsl/__about__.py b/dbtsl/__about__.py index 364338e..f5a5cb4 100644 --- a/dbtsl/__about__.py +++ b/dbtsl/__about__.py @@ -1 +1 @@ -VERSION = "0.13.0" +VERSION = "0.13.1"