Skip to content

Commit

Permalink
version: 0.7.0 (#60)
Browse files Browse the repository at this point in the history
## 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]>
  • Loading branch information
github-actions[bot] and serramatutu authored Nov 14, 2024
1 parent 85892cb commit f5e4eb2
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 10 deletions.
3 changes: 0 additions & 3 deletions .changes/unreleased/Chore-20241114-150932.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/Features-20241112-154335.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/Fixes-20241111-182559.yaml

This file was deleted.

7 changes: 7 additions & 0 deletions .changes/v0.7.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
## 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
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.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

## v0.6.0 - 2024-10-21
### Breaking Changes
* `order_by` clause of queries using saved queries no longer support string inputs and require explicit `OrderByMetric` or `OrderByGroupBy`
Expand Down
2 changes: 1 addition & 1 deletion dbtsl/__about__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION = "0.6.0"
VERSION = "0.7.0"

0 comments on commit f5e4eb2

Please sign in to comment.