Skip to content

Commit

Permalink
Anitya 1.6.0
Browse files Browse the repository at this point in the history
Signed-off-by: Michal Konečný <[email protected]>
  • Loading branch information
Zlopez committed Oct 5, 2022
1 parent 619dcbd commit 776af4a
Show file tree
Hide file tree
Showing 9 changed files with 52 additions and 8 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.6.0 (2022-10-05)
==================

API Changes
-----------

* Add missing optional parameters to the `POST /api/v2/projects/` API endpoint.
(`#1463 <https://github.com/fedora-infra/anitya/issues/1463>`_)

* Fix handling of JSON requests in API v2
(`#1464 <https://github.com/fedora-infra/anitya/issues/1464>`_)


Features
--------

* Created SourceHut backend.
(`#999 <https://github.com/fedora-infra/anitya/issues/999>`_)

* Add configuration for distro links
(`#1066 <https://github.com/fedora-infra/anitya/issues/1066>`_)


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

* Migrate Anitya project to poetry
(`PR#1475 <https://github.com/fedora-infra/anitya/pull/1475>`_)

* Removed duplicated implementation of get_version on backends
(`#1453 <https://github.com/fedora-infra/anitya/issues/1453>`_)


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

* Migrate from dependabot to renovate
(`PR#1459 <https://github.com/fedora-infra/anitya/pull/1459>`_)


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

* Fabio Valentini
* Erol Keskin
* Michal Konečný


1.5.1 (2022-09-02)
==================

Expand Down
1 change: 0 additions & 1 deletion news/1066.feature

This file was deleted.

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

This file was deleted.

1 change: 0 additions & 1 deletion news/1463.api

This file was deleted.

1 change: 0 additions & 1 deletion news/1464.api

This file was deleted.

1 change: 0 additions & 1 deletion news/999.feature

This file was deleted.

1 change: 0 additions & 1 deletion news/PR1459.other

This file was deleted.

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

This file was deleted.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ exclude = '''

[tool.poetry]
name = "anitya"
version = "1.5.1"
version = "1.6.0"
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 776af4a

Please sign in to comment.