From 86e0667f8fef65336b5996ab32926224cf0d3b2e Mon Sep 17 00:00:00 2001 From: aiguofer Date: Fri, 13 Dec 2024 18:12:06 +0000 Subject: [PATCH 1/3] version: 0.8.0 ## v0.8.0 - 2024-12-13 ### Features * Double the max message size --- .changes/unreleased/Features-20241213-104739.yaml | 3 --- .changes/v0.8.0.md | 3 +++ CHANGELOG.md | 4 ++++ dbtsl/__about__.py | 2 +- 4 files changed, 8 insertions(+), 4 deletions(-) delete mode 100644 .changes/unreleased/Features-20241213-104739.yaml create mode 100644 .changes/v0.8.0.md diff --git a/.changes/unreleased/Features-20241213-104739.yaml b/.changes/unreleased/Features-20241213-104739.yaml deleted file mode 100644 index 363e326..0000000 --- a/.changes/unreleased/Features-20241213-104739.yaml +++ /dev/null @@ -1,3 +0,0 @@ -kind: Features -body: Double the max message size -time: 2024-12-13T10:47:39.843647-07:00 diff --git a/.changes/v0.8.0.md b/.changes/v0.8.0.md new file mode 100644 index 0000000..18e715a --- /dev/null +++ b/.changes/v0.8.0.md @@ -0,0 +1,3 @@ +## v0.8.0 - 2024-12-13 +### Features +* Double the max message size diff --git a/CHANGELOG.md b/CHANGELOG.md index c1c863a..9ece863 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.8.0 - 2024-12-13 +### Features +* Double the max message size + ## v0.7.0 - 2024-11-14 ### Features * Support for adhoc queries with only groupby. This is equivalent to listing dimension values. diff --git a/dbtsl/__about__.py b/dbtsl/__about__.py index f406109..44f4ad0 100644 --- a/dbtsl/__about__.py +++ b/dbtsl/__about__.py @@ -1 +1 @@ -VERSION = "0.7.0" +VERSION = "0.8.0" From 9e5ef2f92aef43ccce974e168cc5bfd1ef88e8bc Mon Sep 17 00:00:00 2001 From: Diego Fernandez Date: Fri, 13 Dec 2024 12:10:56 -0700 Subject: [PATCH 2/3] . --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 088cbcc..00a3583 100644 --- a/README.md +++ b/README.md @@ -110,4 +110,4 @@ PLATFORM.anonymous = True ## Contributing -If you're interested in contributing to this project, check out our [contribution guidelines](./CONTRIBUTING.md). +If you're interested in contributing to this project, check out our [contribution guidelines](./CONTRIBUTING.md). h From 7374e2fc902707dc438f26799cef5bed0562c1ab Mon Sep 17 00:00:00 2001 From: Diego Fernandez Date: Fri, 13 Dec 2024 12:11:08 -0700 Subject: [PATCH 3/3] . --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 00a3583..088cbcc 100644 --- a/README.md +++ b/README.md @@ -110,4 +110,4 @@ PLATFORM.anonymous = True ## Contributing -If you're interested in contributing to this project, check out our [contribution guidelines](./CONTRIBUTING.md). h +If you're interested in contributing to this project, check out our [contribution guidelines](./CONTRIBUTING.md).