From 44829d5cfcdebc40a1c97dc03f3a2f93bd97ced9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 5 Mar 2024 22:58:47 +0000 Subject: [PATCH] chore(main): release 0.2.4 --- CHANGELOG.md | 8 ++++++++ pyproject.toml | 2 +- setup.py | 2 +- version.py | 2 +- 4 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 76f2a1e..76ff363 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/pyproject.toml b/pyproject.toml index 2d2e7c1..3920d9e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 "] license = "MIT" diff --git a/setup.py b/setup.py index ad3f1e7..0210aba 100644 --- a/setup.py +++ b/setup.py @@ -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="carlosdavidescobar@gmail.com", diff --git a/version.py b/version.py index d31c31e..788da1f 100644 --- a/version.py +++ b/version.py @@ -1 +1 @@ -__version__ = "0.2.3" +__version__ = "0.2.4"