From fa61ce7c2189584c2c3e98ab7e37fbc060319119 Mon Sep 17 00:00:00 2001 From: galileo-automation Date: Wed, 5 Jun 2024 18:09:27 +0000 Subject: [PATCH] chore(release): v0.10.0 Automatically generated by python-semantic-release --- CHANGELOG.md | 19 +++++++++++++++++++ pyproject.toml | 2 +- src/galileo_protect/__init__.py | 2 +- 3 files changed, 21 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 32ae39d..79f8547 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,10 +2,29 @@ +## v0.10.0 (2024-06-05) + +### Ci + +* ci(docs): Publish to, serve from `docs` branch (#56) ([`3bd05f6`](https://github.com/rungalileo/protect/commit/3bd05f62e8333e6f3e9badf54e86618c22c42001)) + +### Feature + +* feat(stages): Add ability to update stage with new rulesets (#55) ([`1b3aa27`](https://github.com/rungalileo/protect/commit/1b3aa276d499fd759d3e2ea25a4601888b157a29)) + +* feat(stages): Support creating central stages (#54) ([`f09da31`](https://github.com/rungalileo/protect/commit/f09da31d71a0ecd23c85b1374479d7765c77e5d8)) + +* feat(stages): Add helper method to get a stage by name or ID (#53) ([`3aa515e`](https://github.com/rungalileo/protect/commit/3aa515ef622ac4ef0b907018f5d6d8c37c7a3c8e)) + + ## v0.9.0 (2024-06-03) ### Chore +* chore(release): v0.9.0 + +Automatically generated by python-semantic-release ([`1fbd895`](https://github.com/rungalileo/protect/commit/1fbd8955503f436b8fcad030f887a1d465aa4be4)) + * chore(packaging): Remove `docs` version variable (#52) ([`d28fea4`](https://github.com/rungalileo/protect/commit/d28fea4c6a3edd9937e655eca35babbb08c6c5a8)) * chore(deps-dev): bump mkdocs-material from 9.5.24 to 9.5.25 (#51) ([`80318f6`](https://github.com/rungalileo/protect/commit/80318f6a1c0faf77477bc15911ef73df7c816d07)) diff --git a/pyproject.toml b/pyproject.toml index c796f5a..47c619f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "galileo-protect" -version = "0.9.0" +version = "0.10.0" 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 ed9966e..49dd5d2 100644 --- a/src/galileo_protect/__init__.py +++ b/src/galileo_protect/__init__.py @@ -23,4 +23,4 @@ from galileo_protect.langchain import ProtectParser, ProtectTool -__version__ = "0.9.0" +__version__ = "0.10.0"