From 50c73612135b79f19b263d3a6d7aa62c7659ac75 Mon Sep 17 00:00:00 2001 From: github-actions Date: Mon, 29 Jan 2024 03:50:31 +0000 Subject: [PATCH] 0.2.2 Automatically generated by python-semantic-release --- CHANGELOG.md | 11 +++++++++++ pyproject.toml | 2 +- salt_gnupg_rotate/__init__.py | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 67a87f52..979db4de 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ +## v0.2.2 (2024-01-29) + +### Documentation + +* docs: version ([`055cab0`](https://github.com/raddessi/salt-gnupg-rotate/commit/055cab0763225fa7361e7ef84dc437ec6c8ef21b)) + +### Fix + +* fix: docs ([`3bf7abc`](https://github.com/raddessi/salt-gnupg-rotate/commit/3bf7abc35a3b550ea58bdb653dc9dd568525c5eb)) + + ## v0.2.1 (2024-01-29) ### Documentation diff --git a/pyproject.toml b/pyproject.toml index 62aa2625..937e6c22 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ # Poetry package config [tool.poetry] name = "salt-gnupg-rotate" -version = "0.2.1" +version = "0.2.2" description = "Easily rotate gnupg encryption keys of fully or partially encrypted files." authors = ["Ryan Addessi "] license = "BSD 2-Clause 'Simplified' License" diff --git a/salt_gnupg_rotate/__init__.py b/salt_gnupg_rotate/__init__.py index 2a90ae70..6006abeb 100644 --- a/salt_gnupg_rotate/__init__.py +++ b/salt_gnupg_rotate/__init__.py @@ -3,4 +3,4 @@ Easily rotate gnupg encryption keys of fully or partially encrypted files. """ -__version__ = "0.2.1" +__version__ = "0.2.2"