From 755f580d1825532f68e255e2a4c0f2f4d06bbac6 Mon Sep 17 00:00:00 2001 From: semantic-release Date: Fri, 19 May 2023 23:48:51 +0000 Subject: [PATCH] 0.3.5 chore(release): Tag v0.3.5 [skip ci] --- CHANGELOG.md | 3 +++ pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ad4ecd85..4b6fc666 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,9 @@ +## v0.3.5 (2023-05-19) + + ## v0.3.4 (2023-05-19) ### Fix * Detect-secrets-init-text ([#101](https://github.com/slalombuild/secureli/issues/101)) ([`dc1755c`](https://github.com/slalombuild/secureli/commit/dc1755c53177de087147e2f392abecfb6b798c4c)) diff --git a/pyproject.toml b/pyproject.toml index 894706d7..59c1a1f3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "secureli" -version = "0.3.4" +version = "0.3.5" description = "Secure Project Manager" authors = ["Caleb Tonn "] license = "Apache-2.0"