Skip to content

Commit

Permalink
Release v0.24.0
Browse files Browse the repository at this point in the history
  • Loading branch information
querti committed Jun 5, 2024
1 parent fd072dc commit 65b3c4b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions docs/source/CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
ChangeLog
=========

0.24.0 (2024-06-05)
-------------------
* Ensure that unusual cosign errors are raised
* Set pubtools-iib build-timeout argument based on target settings value
* Fix an issue where ML attestations are double encoded
* Add a retry to the attest command
* Ensure that a 404 error when deleting a tag is tolerated

0.23.0 (2024-05-29)
-------------------
* Sort backup items by repo
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ def get_dependency_links():

setup(
name="pubtools-quay",
version="0.23.0",
version="0.24.0",
description="Pubtools-quay",
long_description=long_description,
long_description_content_type="text/x-rst",
Expand Down

0 comments on commit 65b3c4b

Please sign in to comment.