Skip to content

Commit

Permalink
Anitya 1.8.1
Browse files Browse the repository at this point in the history
Signed-off-by: Michal Konečný <[email protected]>
  • Loading branch information
Zlopez committed May 26, 2023
1 parent b622259 commit d6503d9
Show file tree
Hide file tree
Showing 9 changed files with 52 additions and 7 deletions.
51 changes: 51 additions & 0 deletions docs/release-notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,57 @@ Release Notes

.. towncrier release notes start
1.8.1 (2023-05-26)
==================

Features
--------

* Sort the list of distributions in the project view
(`PR#1599 <https://github.com/fedora-infra/anitya/pull/1599>`_)


Bug Fixes
---------

* Error when checking for versions in cgit backend
(`#1536 <https://github.com/fedora-infra/anitya/issues/1536>`_)

* Fix bug in PEP440 sorting
(`#1586 <https://github.com/fedora-infra/anitya/issues/1586>`_)

* Fix 500 when accesing project with PYTHON versioning scheme when the version is not a correct version
(`#1590 <https://github.com/fedora-infra/anitya/issues/1590>`_)


Development Changes
-------------------

* Add python 3.11 support
(`#1592 <https://github.com/fedora-infra/anitya/issues/1592>`_)


Other Changes
-------------

* Add tox and towncrier to dev dependencies
(`PR#1596 <https://github.com/fedora-infra/anitya/pull/1596>`_)

* Document what kind of "package name" to use in a distribution mapping
(`#1154 <https://github.com/fedora-infra/anitya/issues/1154>`_)


Contributors
------------
Many thanks to the contributors of bug reports, pull requests, and pull request
reviews for this release:

* Dan Fandrich
* Liora Milbaum
* AsciiWolf
* Michal Konečný


1.8.0 (2023-04-27)
==================

Expand Down
1 change: 0 additions & 1 deletion news/1154.other

This file was deleted.

1 change: 0 additions & 1 deletion news/1536.bug

This file was deleted.

1 change: 0 additions & 1 deletion news/1586.bug

This file was deleted.

1 change: 0 additions & 1 deletion news/1590.bug

This file was deleted.

1 change: 0 additions & 1 deletion news/1592.dev

This file was deleted.

Empty file removed news/PR1596.other
Empty file.
1 change: 0 additions & 1 deletion news/dan.feature

This file was deleted.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ profile = "black"

[tool.poetry]
name = "anitya"
version = "1.8.0"
version = "1.8.1"
description = "A cross-distribution upstream release monitoring project"
authors = ["Pierre-Yves Chibon <[email protected]>"]
maintainers = ["Michal Konecny <[email protected]>"]
Expand Down

0 comments on commit d6503d9

Please sign in to comment.