Skip to content

Commit

Permalink
Release 0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
midnightercz committed Feb 19, 2024
1 parent 6e505b6 commit b1856d3
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions docs/source/CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
ChangeLog
=========

0.0.5 (19-02-2024)
-------------------
* Added cosin support
* Added support of key aliases
* Added --log-level for cli entrypoints
* Exposed operation model to signed results
* Starts receiver before sender in msg signer

0.0.4 (06-11-2023)
-------------------
* Fixed raw pushes

0.0.3 (22-09-2023)
-------------------
* Added extra arguments to messaging signer requests
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "pubtools-sign"
description = "Collection of tools producing signed artifacts"
readme = "README.rst"
requires-python = ">=3.7"
version = "0.0.4"
version = "0.0.5"

classifiers = [ # Optional
# How mature is this project? Common values are
Expand Down

0 comments on commit b1856d3

Please sign in to comment.