-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## 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
1 parent
bf0d0b8
commit 34ff84c
Showing
7 changed files
with
18 additions
and
13 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
VERSION = "0.3.1" | ||
VERSION = "0.4.0" |