Skip to content

Commit

Permalink
version: 0.5.0 (#47)
Browse files Browse the repository at this point in the history
## v0.5.0 - 2024-09-23
### Features
* `compile_sql` method for getting the compiled SQL of a query
* Allow saved queries in `query` and `compile_sql`
### Fixes
* Fixed wrong annotation for `saved_queries` in sync client.
### Under the Hood
* Better error messages
* Client-side validation of query parameters

Co-authored-by: serramatutu <[email protected]>
  • Loading branch information
github-actions[bot] and serramatutu authored Sep 23, 2024
1 parent 53aa90e commit 59e91b6
Show file tree
Hide file tree
Showing 8 changed files with 20 additions and 16 deletions.
3 changes: 0 additions & 3 deletions .changes/unreleased/Features-20240920-180550.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/Features-20240920-201139.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/Fixes-20240920-202558.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/Under the Hood-20240906-184939.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/Under the Hood-20240920-201151.yaml

This file was deleted.

9 changes: 9 additions & 0 deletions .changes/v0.5.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
## v0.5.0 - 2024-09-23
### Features
* `compile_sql` method for getting the compiled SQL of a query
* Allow saved queries in `query` and `compile_sql`
### Fixes
* Fixed wrong annotation for `saved_queries` in sync client.
### Under the Hood
* Better error messages
* Client-side validation of query parameters
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@ 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.5.0 - 2024-09-23
### Features
* `compile_sql` method for getting the compiled SQL of a query
* Allow saved queries in `query` and `compile_sql`
### Fixes
* Fixed wrong annotation for `saved_queries` in sync client.
### Under the Hood
* Better error messages
* Client-side validation of query parameters

## v0.4.0 - 2024-08-20
### Features
* Add `Export` list to `SavedQuery`
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.4.0"
VERSION = "0.5.0"

0 comments on commit 59e91b6

Please sign in to comment.