Skip to content

Commit

Permalink
chore(release): v0.15.1
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
galileo-automation committed Nov 20, 2024
1 parent 715d440 commit 79d95de
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 2 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,31 @@
# CHANGELOG


## v0.15.1 (2024-11-20)

### Bug Fixes

* fix: Allow setting project name from `ProtectTool`, use `project_name` from config if available (#143) ([`4fe9466`](https://github.com/rungalileo/protect/commit/4fe946657ad627125584d5a0d4d1be5b484ce20f))

### Chores

* chore(deps-dev): bump mkdocs-material from 9.5.43 to 9.5.44 (#142) ([`2cacefb`](https://github.com/rungalileo/protect/commit/2cacefbf5b154dfbbb3e31eb20cb7335fcc5fbc0))

### Continuous Integration

* ci(docs): Drop GH pages deployment for docs (#145) ([`715d440`](https://github.com/rungalileo/protect/commit/715d440bdb5e90e797ad077f7db1b820f4e292c4))

* ci(docs): Drop `project-name` arg from docs workflow (#144) ([`0d027e5`](https://github.com/rungalileo/protect/commit/0d027e576d5275363b91993554f324d74583ed23))


## v0.15.0 (2024-11-07)

### Chores

* chore(release): v0.15.0

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

* chore(deps): bump langchain-core from 0.2.41 to 0.2.43 (#139) ([`1626151`](https://github.com/rungalileo/protect/commit/162615136e5228125d4c91114980454d06701717))

* chore(deps-dev): bump mkdocs-material from 9.5.42 to 9.5.43 (#138) ([`f81db22`](https://github.com/rungalileo/protect/commit/f81db2205ccbbdbd58cc9914771aa65722c2a382))
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.15.0"
version = "0.15.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.15.0"
__version__ = "0.15.1"

0 comments on commit 79d95de

Please sign in to comment.