Skip to content

Commit

Permalink
chore(main): release 0.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Mar 12, 2024
1 parent a466993 commit 18c89f6
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [0.2.4](https://github.com/Broomva/vortex/compare/v0.2.3...v0.2.4) (2024-03-12)


### Bug Fixes

* changed back to local storage ([53a7e50](https://github.com/Broomva/vortex/commit/53a7e500100f1f19d8b7b5c2b3134129b8da3a6b))
* exposed port 4266 ([709f9fa](https://github.com/Broomva/vortex/commit/709f9fa6e530c78c8db2d79deee86caa5a3df2f0))
* updated dagster to use separate grpc code location server ([661c702](https://github.com/Broomva/vortex/commit/661c702fe4c8130a3e10059128ad7c289f2dcb2e))
* updated dagster_home ([d8e6775](https://github.com/Broomva/vortex/commit/d8e6775ff7ce4c4f5442a3e58a4677bede9f3c16))
* updated dagster.yaml to use cloud storage ([e34e334](https://github.com/Broomva/vortex/commit/e34e334270b994f72fc4b4dbe5954c659960c78a))
* using local code location ([a466993](https://github.com/Broomva/vortex/commit/a466993c339d911e68a8ac19808fe162a2338d92))

## [0.2.3](https://github.com/Broomva/vortex/compare/v0.2.2...v0.2.3) (2024-03-05)


Expand Down
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 = "vortex-python"
version = "0.2.3"
version = "0.2.4"
description = "Orchestrated LLM-powered Data Processing and SQL Chat Agent"
authors = ["Carlos D. Escobar-Valbuena <[email protected]>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@

setuptools.setup(
name="vortex-python",
version="0.2.3",
version="0.2.4",
packages=find_packages(exclude=["vortex_tests"]),
author="Carlos D. Escobar-Valbuena",
author_email="[email protected]",
Expand Down
2 changes: 1 addition & 1 deletion version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.2.3"
__version__ = "0.2.4"

0 comments on commit 18c89f6

Please sign in to comment.