From 2e0fb6ae2043ea14d3f84b58636d43ee32180ba3 Mon Sep 17 00:00:00 2001 From: GideonShils Date: Tue, 15 Jul 2025 19:25:58 +0000 Subject: [PATCH] version: 0.13.0 ## v0.13.0 - 2025-07-15 ### Under the Hood * Bump max message size to 512mb --- .changes/unreleased/Under the Hood-20250715-150014.yaml | 3 --- .changes/v0.13.0.md | 3 +++ CHANGELOG.md | 4 ++++ dbtsl/__about__.py | 2 +- 4 files changed, 8 insertions(+), 4 deletions(-) delete mode 100644 .changes/unreleased/Under the Hood-20250715-150014.yaml create mode 100644 .changes/v0.13.0.md diff --git a/.changes/unreleased/Under the Hood-20250715-150014.yaml b/.changes/unreleased/Under the Hood-20250715-150014.yaml deleted file mode 100644 index abe83c2..0000000 --- a/.changes/unreleased/Under the Hood-20250715-150014.yaml +++ /dev/null @@ -1,3 +0,0 @@ -kind: Under the Hood -body: Bump max message size to 512mb -time: 2025-07-15T15:00:14.484336-04:00 diff --git a/.changes/v0.13.0.md b/.changes/v0.13.0.md new file mode 100644 index 0000000..2621c20 --- /dev/null +++ b/.changes/v0.13.0.md @@ -0,0 +1,3 @@ +## v0.13.0 - 2025-07-15 +### Under the Hood +* Bump max message size to 512mb diff --git a/CHANGELOG.md b/CHANGELOG.md index 1a91506..302b8a4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ 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.0 - 2025-07-15 +### Under the Hood +* Bump max message size to 512mb + ## v0.12.0 - 2025-06-24 ### Fixes * Fix multiple group by test diff --git a/dbtsl/__about__.py b/dbtsl/__about__.py index c1830e4..364338e 100644 --- a/dbtsl/__about__.py +++ b/dbtsl/__about__.py @@ -1 +1 @@ -VERSION = "0.12.0" +VERSION = "0.13.0"