Skip to content

Commit

Permalink
chore(release): v0.6.1
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
galileo-automation committed May 6, 2024
1 parent 8189de3 commit aeecf42
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 3 deletions.
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
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 = "galileo-protect"
version = "0.6.0"
version = "0.6.1"
description = "🛡️ Secure your Generative AI applications with Galileo Protect!"
authors = ["Galileo Technologies Inc. <team@rungalileo.io>"]
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion src/galileo_protect/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@
)
from galileo_protect.stage import create_stage, pause_stage, resume_stage

__version__ = "0.6.0"
__version__ = "0.6.1"

0 comments on commit aeecf42

Please sign in to comment.