From f1f63e4efec988dfab3dac54edb0ddd9dd27d536 Mon Sep 17 00:00:00 2001 From: galileo-automation Date: Wed, 5 Jun 2024 18:19:38 +0000 Subject: [PATCH] chore(release): v0.10.1 Automatically generated by python-semantic-release --- CHANGELOG.md | 13 +++++++++++++ pyproject.toml | 2 +- src/galileo_protect/__init__.py | 2 +- 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 79f8547..f509689 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,8 +2,21 @@ +## v0.10.1 (2024-06-05) + +### Fix + +* fix(stages): Export `update_stage` (#57) ([`930085d`](https://github.com/rungalileo/protect/commit/930085d394e37f97d570a5aad3971741a0945c50)) + + ## v0.10.0 (2024-06-05) +### Chore + +* chore(release): v0.10.0 + +Automatically generated by python-semantic-release ([`fa61ce7`](https://github.com/rungalileo/protect/commit/fa61ce7c2189584c2c3e98ab7e37fbc060319119)) + ### Ci * ci(docs): Publish to, serve from `docs` branch (#56) ([`3bd05f6`](https://github.com/rungalileo/protect/commit/3bd05f62e8333e6f3e9badf54e86618c22c42001)) diff --git a/pyproject.toml b/pyproject.toml index 47c619f..3d429c1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "galileo-protect" -version = "0.10.0" +version = "0.10.1" description = "🛡️ Secure your Generative AI applications with Galileo Protect!" authors = ["Galileo Technologies Inc. "] readme = "README.md" diff --git a/src/galileo_protect/__init__.py b/src/galileo_protect/__init__.py index 7593348..54ba895 100644 --- a/src/galileo_protect/__init__.py +++ b/src/galileo_protect/__init__.py @@ -29,4 +29,4 @@ from galileo_protect.langchain import ProtectParser, ProtectTool -__version__ = "0.10.0" +__version__ = "0.10.1"