Skip to content

Commit

Permalink
0.2.2
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
actions-user committed Jan 29, 2024
1 parent 3bf7abc commit 50c7361
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
license = "BSD 2-Clause 'Simplified' License"
Expand Down
2 changes: 1 addition & 1 deletion salt_gnupg_rotate/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
Easily rotate gnupg encryption keys of fully or partially encrypted files.
"""

__version__ = "0.2.1"
__version__ = "0.2.2"

0 comments on commit 50c7361

Please sign in to comment.