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 5, 2024
1 parent 661c702 commit 44829d5
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

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


### Bug Fixes

* 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))

## [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 44829d5

Please sign in to comment.