Skip to content

Commit

Permalink
version: 0.4.0 (#41)
Browse files Browse the repository at this point in the history
## v0.4.0 - 2024-08-20
### Features
* Add `Export` list to `SavedQuery`
* Add `SavedQueryQueryParam` list to `SavedQuery`
### Dependencies
* Lower minimum PyArrow version to `12.0.0`
### Chore
* Removed some files that were added accidentally

Co-authored-by: serramatutu <[email protected]>
  • Loading branch information
github-actions[bot] and serramatutu authored Aug 20, 2024
1 parent bf0d0b8 commit 34ff84c
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 13 deletions.
3 changes: 0 additions & 3 deletions .changes/unreleased/Chore-20240816-133922.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/Dependencies-20240819-132546.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/Features-20240819-130313.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/Features-20240819-130327.yaml

This file was deleted.

8 changes: 8 additions & 0 deletions .changes/v0.4.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
## v0.4.0 - 2024-08-20
### Features
* Add `Export` list to `SavedQuery`
* Add `SavedQueryQueryParam` list to `SavedQuery`
### Dependencies
* Lower minimum PyArrow version to `12.0.0`
### Chore
* Removed some files that were added accidentally
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,15 @@ 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.4.0 - 2024-08-20
### Features
* Add `Export` list to `SavedQuery`
* Add `SavedQueryQueryParam` list to `SavedQuery`
### Dependencies
* Lower minimum PyArrow version to `12.0.0`
### Chore
* Removed some files that were added accidentally

## v0.3.1 - 2024-08-09
### Dependencies
* Relaxed dependency constraints
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.3.1"
VERSION = "0.4.0"

0 comments on commit 34ff84c

Please sign in to comment.