Skip to content

Commit

Permalink
1.1.0
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
actions-user committed Jan 30, 2024
1 parent 68b7030 commit 241163e
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 2 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,28 @@



## v1.1.0 (2024-01-30)

### Chore

* chore(deps): update actions/checkout action to v4 (#25)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> ([`474696d`](https://github.com/raddessi/salt-gnupg-rotate/commit/474696d13df1fb20b1ca621909a61a011a39bd28))

### Documentation

* docs: fix CI badge and link to online docs (#29) ([`3156977`](https://github.com/raddessi/salt-gnupg-rotate/commit/315697762d2178cbe523bdbfa41ad992b97de3cd))

### Feature

* feat: abort earlier on errors (#31)

This change does a few things:
- raises exceptions immediately after an error is encountered
- swaps out older linters for ruff
- fixes some stability and performance issues raised from the new linter ([`68b7030`](https://github.com/raddessi/salt-gnupg-rotate/commit/68b703083257b9566744a800667d08645f7c7415))


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

### Fix
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.1"
version = "1.1.0"
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.1"
__version__ = "1.1.0"

0 comments on commit 241163e

Please sign in to comment.