Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

release/v2024-07-30 #112

Merged
merged 6 commits into from
Jul 30, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

You must follow the format of `## [VERSION-NUMBER]` for the GitHub workflow to pick up the text.

## [0.1.32] - 2024-07-30

### Updates

- Bump context length validation limit.
- Fix union type hints for support with Python <3.10.

## [0.1.31] - 2024-07-29

### Updates
Expand Down
Binary file removed dist/semantic_model_generator-0.1.31.tar.gz
Binary file not shown.
Binary file not shown.
Binary file added dist/semantic_model_generator-0.1.32.tar.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "semantic-model-generator"
version = "0.1.31"
version = "0.1.32"
description = "Generate a Semantic Model from your Snowflake tables"
authors = ["Jonathan Hilgart <[email protected]>", "Nipun Sehrawat <[email protected]>", "Renee Huang <[email protected]>", "Nicole Limtiaco <[email protected]>"]
license = "Apache Software License; BSD License"
Expand Down
Loading