Skip to content

Commit f5e4eb2

Browse files
version: 0.7.0 (#60)
## v0.7.0 - 2024-11-14 ### Features * Support for adhoc queries with only groupby. This is equivalent to listing dimension values. ### Fixes * Fixes issue with `orderBy` and `where` when going via GraphQL ### Chore * Fix release PR action to use correct title for PR Co-authored-by: serramatutu <[email protected]>
1 parent 85892cb commit f5e4eb2

File tree

6 files changed

+16
-10
lines changed

6 files changed

+16
-10
lines changed

.changes/unreleased/Chore-20241114-150932.yaml

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

.changes/unreleased/Features-20241112-154335.yaml

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

.changes/unreleased/Fixes-20241111-182559.yaml

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

.changes/v0.7.0.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
## v0.7.0 - 2024-11-14
2+
### Features
3+
* Support for adhoc queries with only groupby. This is equivalent to listing dimension values.
4+
### Fixes
5+
* Fixes issue with `orderBy` and `where` when going via GraphQL
6+
### Chore
7+
* Fix release PR action to use correct title for PR

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.7.0 - 2024-11-14
8+
### Features
9+
* Support for adhoc queries with only groupby. This is equivalent to listing dimension values.
10+
### Fixes
11+
* Fixes issue with `orderBy` and `where` when going via GraphQL
12+
### Chore
13+
* Fix release PR action to use correct title for PR
14+
715
## v0.6.0 - 2024-10-21
816
### Breaking Changes
917
* `order_by` clause of queries using saved queries no longer support string inputs and require explicit `OrderByMetric` or `OrderByGroupBy`

dbtsl/__about__.py

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

0 commit comments

Comments
 (0)