From aa0077c68e5ac2a407322c6ccf4d1e01ab513464 Mon Sep 17 00:00:00 2001 From: semantic-release Date: Wed, 29 Mar 2023 05:05:35 +0000 Subject: [PATCH] 0.1.1 Automatically generated by python-semantic-release --- CHANGELOG.md | 3 +++ pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3857ec0a..1905ff94 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,9 @@ +## v0.1.1 (2023-03-29) + + ## v0.1.0 (2023-03-28) ### Feature * STFT-57 - Prompt for update on linter version mismatch ([#3](https://github.com/slalombuild/secureli/issues/3)) ([`78b353b`](https://github.com/slalombuild/secureli/commit/78b353b2bb9bdd20d3f9385649e851087f1e845a)) diff --git a/pyproject.toml b/pyproject.toml index b3cf727e..006cb2d3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "secureli" -version = "0.1.0" +version = "0.1.1" description = "Secure Project Manager" authors = ["Tristan Leonard "] readme = "README.md"