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 #23

Merged
merged 3 commits into from
May 1, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

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

## [0.1.9] - 2024-05-01
### Updates
- Save path location

## [0.1.9] - 2024-04-29
### Updates
- Add additional validation for mismatched quotes. Test incorrect enums.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ All generated semantic models by default are saved either under `semantic_model_

1. Ensure you have installed the Python package. Note, the version below should be the latest version under the `dist/` directory.
```bash
pip install dist/semantic_model_generator-0.1.9-py3-none-any.whl
pip install dist/semantic_model_generator-0.1.10-py3-none-any.whl
```
2. Activate Python shell
```bash
Expand Down
Binary file not shown.
Binary file added dist/semantic_model_generator-0.1.10.tar.gz
Binary file not shown.
Binary file removed dist/semantic_model_generator-0.1.9.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.9"
version = "0.1.10"
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