From f075929279bca512ce6ce8f9e11f5438efc513c4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 30 Nov 2023 11:46:39 +0000 Subject: [PATCH] =?UTF-8?q?bump:=20version=200.1.3=20=E2=86=92=200.2.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 6 ++++++ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d06e467..db0cd4a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 0.2.0 (2023-11-30) + +### Feat + +- add shortcut function `get` + ## 0.1.3 (2023-11-23) ### Fix diff --git a/pyproject.toml b/pyproject.toml index 40d0261..07782d1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "sopsy" -version = "0.1.3" +version = "0.2.0" description = "SOPS Python wrapper library" authors = [{ name = "Nicolas Karolak", email = "nicolas@karolak.fr" }] dependencies = []