Skip to content

Commit

Permalink
chore(server): v0.45.2
Browse files Browse the repository at this point in the history
Signed-off-by: Luka Peschke <[email protected]>
  • Loading branch information
lukapeschke committed May 30, 2024
1 parent 364aef1 commit 6583386
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion server/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@

## Unreleased

- Pandas: fixed a regression on the `evolution` step introduced in v0.26.12: `_prev_date` columns are no longer created
## [0.45.2] - 2024-05-30

- Pandas: fixed a regression on the `evolution` step introduced in v0.43.0: `_prev_date` columns are no longer created

## [0.45.1] - 2024-05-22

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.45.1"
version = "0.45.2"
description = "A visual data pipeline builder with various backends"
authors = ["Toucan Toco <[email protected]>"]
keywords = ["mongodb", "pandas", "sql", "data", "dataviz", "pipeline", "query", "builder"]
Expand Down

0 comments on commit 6583386

Please sign in to comment.