Skip to content

Commit

Permalink
chore(main): release 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Feb 9, 2024
1 parent 7feba6d commit 76cc393
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.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))
* 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)


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.0"
version = "0.2.1"
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.0",
version="0.2.1",
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.0"
__version__ = "0.2.1"

0 comments on commit 76cc393

Please sign in to comment.