From 641eabad5bd2daac5c6356fdbb5d61fca957a068 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 9 Feb 2024 22:29:49 +0000 Subject: [PATCH] chore(main): release 0.2.1 --- CHANGELOG.md | 14 ++++++++++++++ pyproject.toml | 2 +- setup.py | 2 +- version.py | 2 +- 4 files changed, 17 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0db533e..34b9f77 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [0.2.1](https://github.com/Broomva/vortex/compare/v0.2.0...v0.2.1) (2024-02-09) + + +### Bug Fixes + +* added user context storage ([8ef6ed0](https://github.com/Broomva/vortex/commit/8ef6ed0316e3e548e776e6fc6b17570243681e96)) +* corrected poetry install and fixed pickling of chat history ([bba6d96](https://github.com/Broomva/vortex/commit/bba6d960bd39ade02cc9fbac74b9233c619a64c6)) +* corrected twilio module ([2f41de5](https://github.com/Broomva/vortex/commit/2f41de5a4cc518d90bde215f19eebf672ff3af77)) +* disabled scrappign tools from default agent ([ebb9530](https://github.com/Broomva/vortex/commit/ebb95303862ce76a12dce371f0d0089c5cd01692)) +* fixed deployment scripts in package.json ([7feba6d](https://github.com/Broomva/vortex/commit/7feba6d98f9800b48c00e9af18291e9da16c62c8)) +* testint render deploy ([be6592b](https://github.com/Broomva/vortex/commit/be6592bed6f827931c5f554b3c3e30000ea55b74)) +* updated poetry to use python 3.9.8 ([a8c736d](https://github.com/Broomva/vortex/commit/a8c736dac11fe2943f3e516ec85e4aa0504bf79e)) +* updated twilio wapp modules ([037211f](https://github.com/Broomva/vortex/commit/037211f432423995ef6b42f96360b44d6d87a598)) + ## [0.2.0](https://github.com/Broomva/vortex/compare/v0.1.6...v0.2.0) (2024-02-08) diff --git a/pyproject.toml b/pyproject.toml index 9625cdb..0ffedd9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "vortex-python" -version = "0.2.0" +version = "0.2.1" 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 094552d..1963842 100644 --- a/setup.py +++ b/setup.py @@ -60,7 +60,7 @@ setuptools.setup( name="vortex-python", - version="0.2.0", + version="0.2.1", 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 d3ec452..3ced358 100644 --- a/version.py +++ b/version.py @@ -1 +1 @@ -__version__ = "0.2.0" +__version__ = "0.2.1"