Skip to content

Commit

Permalink
1.0.1
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 21b8543 commit 0e3531e
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@



## v1.0.1 (2024-01-29)

### Fix

* fix: duplicate blocks in the same file causes errors (#28)

When an encrypted block is present more than one time in a file it causes errors since the first replacement replaces both instances and the second then fails. ([`21b8543`](https://github.com/raddessi/salt-gnupg-rotate/commit/21b85430313d4e9923773d03a5f9dab0c033281a))


## v1.0.0 (2024-01-29)

### Breaking
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 = "1.0.0"
version = "1.0.1"
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__ = "1.0.0"
__version__ = "1.0.1"

0 comments on commit 0e3531e

Please sign in to comment.