We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44b08e5 commit e5daa74Copy full SHA for e5daa74
2 files changed
docs/source/CHANGELOG.rst
@@ -1,6 +1,11 @@
1
ChangeLog
2
=========
3
4
+0.0.14 (30-04-2025)
5
+-------------------
6
+* Added signing_key_name attribute to msg container signing which is alias of singing-key
7
+ sent to signer.
8
+
9
0.0.13 (30-04-2025)
10
-------------------
11
* Ignore only unknown SSL errors in messaging signer
pyproject.toml
@@ -3,7 +3,7 @@ name = "pubtools-sign"
description = "Collection of tools producing signed artifacts"
readme = "README.rst"
requires-python = ">=3.7"
-version = "0.0.13"
+version = "0.0.14"
classifiers = [ # Optional
# How mature is this project? Common values are
0 commit comments