Skip to content

Commit be87dc7

Browse files
committed
Anitya 2.1.0
Signed-off-by: Michal Konecny <mkonecny@redhat.com>
1 parent f5803f5 commit be87dc7

File tree

7 files changed

+45
-6
lines changed

7 files changed

+45
-6
lines changed

docs/release-notes.rst

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,50 @@ Release Notes
44

55
.. towncrier release notes start
66
7+
2.1.0 (2026-01-29)
8+
==================
9+
10+
API Changes
11+
-----------
12+
13+
* Lookups by ecosystem are now case insensitive
14+
(`#1980 <https://github.com/fedora-infra/anitya/issues/1980>`_)
15+
16+
17+
Features
18+
--------
19+
20+
* Implement dark mode via Bootstrap 5.3
21+
(`#1937 <https://github.com/fedora-infra/anitya/issues/1937>`_)
22+
23+
24+
Bug Fixes
25+
---------
26+
27+
* Remove ratelimit threshold for GitHub
28+
(`PR#1968 <https://github.com/fedora-infra/anitya/pull/1968>`_)
29+
30+
* Check the blacklisted packages on reset_time
31+
(`PR#1969 <https://github.com/fedora-infra/anitya/pull/1969>`_)
32+
33+
34+
Development Changes
35+
-------------------
36+
37+
* Add support for python 3.14
38+
(`PR#1970 <https://github.com/fedora-infra/anitya/pull/1970>`_)
39+
40+
41+
Contributors
42+
------------
43+
Many thanks to the contributors of bug reports, pull requests, and pull request
44+
reviews for this release:
45+
46+
* Avindra Goolcharan
47+
* Anatoli Babenia
48+
* Justin Zobel
49+
* Michal Konecny
50+
751
2.0.3 (2025-09-05)
852
==================
953

news/1937.feature

Lines changed: 0 additions & 1 deletion
This file was deleted.

news/1980.api

Lines changed: 0 additions & 1 deletion
This file was deleted.

news/PR1968.bug

Lines changed: 0 additions & 1 deletion
This file was deleted.

news/PR1969.bug

Lines changed: 0 additions & 1 deletion
This file was deleted.

news/PR1970.dev

Lines changed: 0 additions & 1 deletion
This file was deleted.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ profile = "black"
6868

6969
[tool.poetry]
7070
name = "anitya"
71-
version = "2.0.3"
71+
version = "2.1.0"
7272
description = "A cross-distribution upstream release monitoring project"
7373
authors = ["Pierre-Yves Chibon <pingou@pingoured.fr>"]
7474
maintainers = ["Michal Konecny <mkonecny@redhat.com>"]

0 commit comments

Comments
 (0)