Skip to content

Commit

Permalink
chore(release): v0.10.1
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
galileo-automation committed Jun 5, 2024
1 parent 930085d commit f1f63e4
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.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))
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.10.0"
version = "0.10.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 @@ -29,4 +29,4 @@
from galileo_protect.langchain import ProtectParser, ProtectTool


__version__ = "0.10.0"
__version__ = "0.10.1"

0 comments on commit f1f63e4

Please sign in to comment.