Skip to content

Commit 164f148

Browse files
authored
version: 0.11.0
## v0.11.0 - 2025-04-16 ### Features * Add `lazy` parameter to clients which allows lazy loading of certain model fields. * Officially support Python 3.13 ### Fixes * Fix type of group_by in query method * Fix TimeDimension in group_by
1 parent 2cd4df0 commit 164f148

File tree

7 files changed

+16
-13
lines changed

7 files changed

+16
-13
lines changed

.changes/unreleased/Features-20250414-170939.yaml

Lines changed: 0 additions & 3 deletions
This file was deleted.

.changes/unreleased/Features-20250416-142848.yaml

Lines changed: 0 additions & 3 deletions
This file was deleted.

.changes/unreleased/Fixes-20250409-201106.yaml

Lines changed: 0 additions & 3 deletions
This file was deleted.

.changes/unreleased/Fixes-20250414-204039.yaml

Lines changed: 0 additions & 3 deletions
This file was deleted.

.changes/v0.11.0.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
## v0.11.0 - 2025-04-16
2+
### Features
3+
* Add `lazy` parameter to clients which allows lazy loading of certain model fields.
4+
* Officially support Python 3.13
5+
### Fixes
6+
* Fix type of group_by in query method
7+
* Fix TimeDimension in group_by

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file.
44
Do not edit this file manually, it is generated automatically by [changie](https://github.com/miniscruff/changie).
55

66

7+
## v0.11.0 - 2025-04-16
8+
### Features
9+
* Add `lazy` parameter to clients which allows lazy loading of certain model fields.
10+
* Officially support Python 3.13
11+
### Fixes
12+
* Fix type of group_by in query method
13+
* Fix TimeDimension in group_by
14+
715
## v0.10.0 - 2025-04-09
816
### Features
917
* Add support to pass in typed group by

dbtsl/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION = "0.10.0"
1+
VERSION = "0.11.0"

0 commit comments

Comments
 (0)