Skip to content

Commit

Permalink
chore(release): v0.0.2
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
galileo-automation committed Mar 26, 2024
1 parent 457320d commit c3adbd7
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 3 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# CHANGELOG



## v0.0.2 (2024-03-26)

### Chore

* chore: Bootstrap project (#1) ([`457320d`](https://github.com/rungalileo/protect/commit/457320dbab98cd557f801ed397e191947eef287d))


## v0.0.1 (2024-03-25)

### Unknown

* Initialize `poetry` project ([`b600ccc`](https://github.com/rungalileo/protect/commit/b600cccd678a2dcdc839f75ebbdacd2a2d5326c2))

* Initial commit ([`725378a`](https://github.com/rungalileo/protect/commit/725378a77222782cd1698fb6910b02ad3b4ac8ec))
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
copyright = f"{datetime.now().year}, Galileo Technologies Inc."

author = "Galileo Technologies Inc."
release = "0.0.1"
release = "0.0.2"

# -- General configuration ---------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
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.0.1"
version = "0.0.2"
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
@@ -1 +1 @@
__version__ = "0.0.1"
__version__ = "0.0.2"

0 comments on commit c3adbd7

Please sign in to comment.