From aeecf42ed26f4e5c3ae46dfc99e70eb29d2fe132 Mon Sep 17 00:00:00 2001 From: galileo-automation Date: Mon, 6 May 2024 22:55:33 +0000 Subject: [PATCH] chore(release): v0.6.1 Automatically generated by python-semantic-release --- CHANGELOG.md | 28 ++++++++++++++++++++++++++++ docs/source/conf.py | 2 +- pyproject.toml | 2 +- src/galileo_protect/__init__.py | 2 +- 4 files changed, 31 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dec3e83..deb4128 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,10 +2,38 @@ +## v0.6.1 (2024-05-06) + +### Chore + +* chore(deps): Bump `galileo-core` to v0.13.0 to add project helpers (#29) ([`8189de3`](https://github.com/rungalileo/protect/commit/8189de3fda6790effff35ff2acf8b1976fffbe9c)) + +* chore(deps-dev): bump jinja2 from 3.1.3 to 3.1.4 (#28) ([`1122205`](https://github.com/rungalileo/protect/commit/1122205a2217626ee2abd440c2f0edd18d4c8c25)) + +* chore(deps-dev): bump coverage from 7.4.4 to 7.5.1 (#25) ([`274fe2e`](https://github.com/rungalileo/protect/commit/274fe2e50b5b6e371ce93b53fa34d8ae1c5c656a)) + +* chore(deps-dev): bump mypy from 1.9.0 to 1.10.0 (#24) ([`dd04d90`](https://github.com/rungalileo/protect/commit/dd04d908635458e0510e0e1489f0e751ca67f48e)) + +* chore(deps-dev): bump pytest from 8.1.1 to 8.2.0 (#27) ([`8a90aa0`](https://github.com/rungalileo/protect/commit/8a90aa014a26e4918a55fddfb89577c2dffeccaf)) + +* chore(deps-dev): bump pydantic from 2.7.0 to 2.7.1 (#26) + +Signed-off-by: dependabot[bot] <support@github.com> +Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`b30e55a`](https://github.com/rungalileo/protect/commit/b30e55ab20e10a1e1252739985db79a67fab34e3)) + +* chore(deps): bump python-semantic-release/python-semantic-release from 9.4.0 to 9.6.0 (#23) ([`96a2d45`](https://github.com/rungalileo/protect/commit/96a2d4562a0f755aaa74372ddafbecdc7fcee2e1)) + +* chore(deps): bump codecov/codecov-action from 4.1.1 to 4.3.1 (#22) ([`5d4a917`](https://github.com/rungalileo/protect/commit/5d4a9175af566f0e39b1874e15bbd11a868b49fd)) + + ## v0.6.0 (2024-04-30) ### Chore +* chore(release): v0.6.0 + +Automatically generated by python-semantic-release ([`0007bfe`](https://github.com/rungalileo/protect/commit/0007bfe39a4a9b8ae969509459c6eae8c6fa36b0)) + * chore(deps-dev): bump myst-parser from 2.0.0 to 3.0.1 (#17) Signed-off-by: dependabot[bot] <support@github.com> diff --git a/docs/source/conf.py b/docs/source/conf.py index 66fff58..8cd07fe 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -12,7 +12,7 @@ copyright = f"{datetime.now().year}, Galileo Technologies Inc." author = "Galileo Technologies Inc." -release = "0.6.0" +release = "0.6.1" # -- General configuration --------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration diff --git a/pyproject.toml b/pyproject.toml index 7eae0c3..82ba5c0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "galileo-protect" -version = "0.6.0" +version = "0.6.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 63d5039..a53c68e 100644 --- a/src/galileo_protect/__init__.py +++ b/src/galileo_protect/__init__.py @@ -18,4 +18,4 @@ ) from galileo_protect.stage import create_stage, pause_stage, resume_stage -__version__ = "0.6.0" +__version__ = "0.6.1"