diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..ca811d6 --- /dev/null +++ b/CHANGELOG.md @@ -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)) diff --git a/docs/source/conf.py b/docs/source/conf.py index c1e955b..f2c6187 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -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 diff --git a/pyproject.toml b/pyproject.toml index 53d3d46..b7724d8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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. "] readme = "README.md" diff --git a/src/galileo_protect/__init__.py b/src/galileo_protect/__init__.py index f102a9c..3b93d0b 100644 --- a/src/galileo_protect/__init__.py +++ b/src/galileo_protect/__init__.py @@ -1 +1 @@ -__version__ = "0.0.1" +__version__ = "0.0.2"