Skip to content

Commit

Permalink
chore: bump v0.26.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Sanix-Darker committed Oct 20, 2022
1 parent 0f4793f commit ea5b538
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# Changelog (weaverbird python package)

## Unreleased
## [0.26.0] - 2022-10-19

- Pypika: Snowflake translator now has a custom queryBuilder class to force the `QUOTE_CHAR` to `"`
- Feat: Added `replacetext` step for all backends
- Feat: `text` step now allows to create other types of column (when used in conjunction with variables)

### Breaking
* Dropped support for the old snowflake SQL translator
* Dropped support for the old snowflake SQL translator

## [0.25.5] - 2022-10-11

Expand Down
2 changes: 1 addition & 1 deletion server/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "weaverbird"
version = "0.25.5"
version = "0.26.0"
description = "A visual data pipeline builder with various backends"
authors = ["Toucan Toco <dev@toucantoco.com>"]
keywords = ["mongodb", "pandas", "sql", "data", "dataviz", "pipeline", "query", "builder"]
Expand Down

0 comments on commit ea5b538

Please sign in to comment.