Skip to content

Commit

Permalink
Bump version to 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-jhilgart committed Apr 15, 2024
1 parent ef3d726 commit 183ce6e
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

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

## [0.1.2] - 2024-04-15b
### Updates
- Fix 3.8 typing
- Some function renaming
- Support all Snowflake datatypes

## [0.1.2] - 2024-04-15
### Updates
- Downgrade to python 3.8 and resolve typing issues with optional.
Expand Down
Binary file removed dist/semantic_model_generator-0.1.2-py3-none-any.whl
Binary file not shown.
Binary file removed dist/semantic_model_generator-0.1.2.tar.gz
Binary file not shown.
Binary file not shown.
Binary file added dist/semantic_model_generator-0.1.3.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.2"
version = "0.1.3"
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

0 comments on commit 183ce6e

Please sign in to comment.