Skip to content

Commit

Permalink
1.2.1
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
actions-user committed Feb 3, 2024
1 parent 2ac513f commit fcf696c
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@



## v1.2.1 (2024-02-03)

### Documentation

* docs: update asciinema link (#44) ([`1512e9f`](https://github.com/raddessi/salt-gnupg-rotate/commit/1512e9f4abc07b145c94d8a4b0949bde211f5011))

* docs: add asciinema demos (#42) ([`f7e65e6`](https://github.com/raddessi/salt-gnupg-rotate/commit/f7e65e6e62d9d93a8aec19c21646ef9c018a800f))

### Fix

* fix: readme code style badge (#43) ([`2ac513f`](https://github.com/raddessi/salt-gnupg-rotate/commit/2ac513f0bd285d4abc5e366ff1d3b3b5ef47e60a))


## v1.2.0 (2024-02-03)

### Chore
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ requires-python = ">=3.8"
# Poetry package config
[tool.poetry]
name = "salt-gnupg-rotate"
version = "1.2.0"
version = "1.2.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.2.0"
__version__ = "1.2.1"

0 comments on commit fcf696c

Please sign in to comment.