Skip to content
Snippets Groups Projects
Verified Commit 2969128c authored by David Runge's avatar David Runge :chipmunk:
Browse files

docs: Add changelog entry for 0.3.1


Signed-off-by: default avatarDavid Runge <dvzrv@archlinux.org>
parent 39605f73
No related branches found
No related tags found
1 merge request!161Add documentation and changelog for 0.3.1
Pipeline #100921 failed
......@@ -12,6 +12,26 @@ For more detailed information have a look at the |git log|.
[Unreleased]
------------
[0.3.1] - 2024-04-13
--------------------
Changed
^^^^^^^
* The test dependency on ``pytest-lazy-fixture`` has been replaced with
``pytest-lazy-fixtures``.
Fixed
^^^^^
* The code has been adapted to changes in metadata files in pacman 6.1. Most
notably, the ``md5sum`` field in repository sync database ``desc`` files has
been removed, while the ``pgpsig`` field has been made optional. This change
made the introduction of ``PackageV2``, ``OutputPackageV2`` necessary, while
``PackageDescV2`` has been adapted accordingly.
* Various typing related issues have been addressed, that would lead to errors
in future versions of ``pydantic``.
[0.3.0] - 2023-07-17
--------------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment