Skip to content
This repository was archived by the owner on Apr 15, 2026. It is now read-only.

Commit ec020ac

Browse files
chore(release): v0.17.0
Automatically generated by python-semantic-release
1 parent 2be47d8 commit ec020ac

3 files changed

Lines changed: 15 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
# CHANGELOG
22

33

4+
## v0.17.0 (2025-03-13)
5+
6+
### Features
7+
8+
- Add helper for healthcheck ([#193](https://github.com/rungalileo/protect/pull/193),
9+
[`2be47d8`](https://github.com/rungalileo/protect/commit/2be47d8e890ded8d3cfb4230eebbcedd6f45f236))
10+
11+
412
## v0.16.1 (2025-03-08)
513

614
### Chores
@@ -44,6 +52,11 @@ Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.c
4452
([#189](https://github.com/rungalileo/protect/pull/189),
4553
[`a27bc99`](https://github.com/rungalileo/protect/commit/a27bc99f8ffedd3c8dfcdda80b5711beae0ddd7b))
4654

55+
- **release**: V0.16.1
56+
([`c9df368`](https://github.com/rungalileo/protect/commit/c9df36802677b8c4d232f4cb0f416b69c256074a))
57+
58+
Automatically generated by python-semantic-release
59+
4760

4861
## v0.16.0 (2025-02-14)
4962

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "galileo-protect"
3-
version = "0.16.1"
3+
version = "0.17.0"
44
description = "🛡️ Secure your Generative AI applications with Galileo Protect!"
55
authors = ["Galileo Technologies Inc. <team@rungalileo.io>"]
66
readme = "README.md"

src/galileo_protect/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@
3030
from galileo_protect.langchain import ProtectParser, ProtectTool
3131

3232

33-
__version__ = "0.16.1"
33+
__version__ = "0.17.0"

0 commit comments

Comments
 (0)