Skip to content

Commit

Permalink
Anitya 1.5.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 Aug 30, 2022
1 parent d23905e commit 2c91223
Show file tree
Hide file tree
Showing 9 changed files with 47 additions and 9 deletions.
4 changes: 2 additions & 2 deletions anitya/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-


__api_version__ = "1.1"
__version__ = "1.4.1"
__api_version__ = "1.2"
__version__ = "1.5.0"
45 changes: 45 additions & 0 deletions docs/release-notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,51 @@ Release Notes

.. towncrier release notes start
1.5.0 (2022-08-30)
==================

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

* /api/v2/packages/ endpoint now returns latest version info too.
(`#1442 <https://github.com/fedora-infra/anitya/issues/1442>`_)


Features
--------

* Add Ubuntu links to project page.
(`PR#1403 <https://github.com/fedora-infra/anitya/pull/1403>`_)

* Add cgit backend
(`#1037 <https://github.com/fedora-infra/anitya/issues/1037>`_)

* Add Gogs backend
(`#1222 <https://github.com/fedora-infra/anitya/issues/1222>`_)


Bug Fixes
---------

* Fixed version check url for GitHub projects those marked with "Check releases instead of tags"
(`#1013 <https://github.com/fedora-infra/anitya/issues/1013>`_)

* Folder backend returns wrong version
(`#1286 <https://github.com/fedora-infra/anitya/issues/1286>`_)

* Saved "Version scheme" value is not loaded
(`#1389 <https://github.com/fedora-infra/anitya/issues/1389>`_)


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

* Erol Keskin
* Michal Konečný
* Steve Beattie


1.4.1 (2022-07-04)
==================
Expand Down
1 change: 0 additions & 1 deletion news/1013.bug

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

0 comments on commit 2c91223

Please sign in to comment.