Skip to content

Commit

Permalink
chore(release): v0.10.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 5, 2024
1 parent 3bd05f6 commit fa61ce7
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 2 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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))
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.9.0"
version = "0.10.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 @@ -23,4 +23,4 @@
from galileo_protect.langchain import ProtectParser, ProtectTool


__version__ = "0.9.0"
__version__ = "0.10.0"

0 comments on commit fa61ce7

Please sign in to comment.