Skip to content

Commit

Permalink
Wip_fix_duckdb_v081 (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
EJOOSTEROP authored Sep 26, 2023
1 parent dec08e0 commit 4edeb95
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
<!-- insertion marker -->
## [Unreleased]

## [0.0.11] 2023-09-26

### Changed
- Cleanup logging messages.
- Fix DuckDB to v0.8.1 (v0.9 breaks motherduck)

## [0.0.10] 2023-09-25

Expand Down
3 changes: 2 additions & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ disallow_incomplete_defs = true

[tool.poetry]
name = "ternyxmimosa"
version = "0.0.10"
version = "0.0.11"
description = "A minimal modern data stack with working data pipelines in a single Docker container."
authors = ["Erik Oosterop <[email protected]>"]
license = "MIT"
Expand All @@ -36,6 +36,7 @@ python-dotenv = "^1.0.0"
loguru = "^0.7.2"
pandas = "2.0.3"
streamlit = "^1.26.0"
duckdb = "0.8.1"

[tool.poetry.group.dev.dependencies]
pytest-cov = "^4.1.0"
Expand Down

0 comments on commit 4edeb95

Please sign in to comment.