Skip to content

version: 0.10.0 #79

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 9, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions .changes/unreleased/Chore-20250403-163034.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/Features-20250327-224851.yaml

This file was deleted.

5 changes: 5 additions & 0 deletions .changes/v0.10.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
## v0.10.0 - 2025-04-09
### Features
* Add support to pass in typed group by
### Chore
* Make `pyright` run on `strict` mode and add `mypy`.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ 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.10.0 - 2025-04-09
### Features
* Add support to pass in typed group by
### Chore
* Make `pyright` run on `strict` mode and add `mypy`.

## v0.9.1 - 2025-03-31
### Fixes
* Added `FlexibleEnumMeta` to make enums non-breaking when we add a new value to the API.
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.9.1"
VERSION = "0.10.0"
Loading