Skip to content

Commit

Permalink
chore(release): v0.12.0
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
galileo-automation committed Jun 11, 2024
1 parent 5a83088 commit 67ca1eb
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,21 @@



## v0.12.0 (2024-06-11)

### Feature

* feat(core): Wrap `get_project` from `galileo-core` (#60) ([`5a83088`](https://github.com/rungalileo/protect/commit/5a830882c7469f1f5d6e09399bf0e002992e9d47))


## v0.11.1 (2024-06-11)

### Chore

* chore(release): v0.11.1

Automatically generated by python-semantic-release ([`a149664`](https://github.com/rungalileo/protect/commit/a1496645b9f34b6e98279d366fc4b2b69440bf55))

### Fix

* fix(invocation): Use async by default, wrap sync within async (#59) ([`616758a`](https://github.com/rungalileo/protect/commit/616758a5aeb6ba8da2fecbd9d1924f48af1fea6a))
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.11.1"
version = "0.12.0"
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 @@ -28,4 +28,4 @@
from galileo_protect.langchain import ProtectParser, ProtectTool


__version__ = "0.11.1"
__version__ = "0.12.0"

0 comments on commit 67ca1eb

Please sign in to comment.