From 776af4a94374adca2e578064bbc256708cb39362 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20Kone=C4=8Dn=C3=BD?= Date: Wed, 5 Oct 2022 13:55:02 +0200 Subject: [PATCH] Anitya 1.6.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michal Konečný --- docs/release-notes.rst | 51 ++++++++++++++++++++++++++++++++++++++++++ news/1066.feature | 1 - news/1453.dev | 1 - news/1463.api | 1 - news/1464.api | 1 - news/999.feature | 1 - news/PR1459.other | 1 - news/PR1475.dev | 1 - pyproject.toml | 2 +- 9 files changed, 52 insertions(+), 8 deletions(-) delete mode 100644 news/1066.feature delete mode 100644 news/1453.dev delete mode 100644 news/1463.api delete mode 100644 news/1464.api delete mode 100644 news/999.feature delete mode 100644 news/PR1459.other delete mode 100644 news/PR1475.dev diff --git a/docs/release-notes.rst b/docs/release-notes.rst index 15f6a6d7c..c9c7a4032 100644 --- a/docs/release-notes.rst +++ b/docs/release-notes.rst @@ -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 `_) + +* Fix handling of JSON requests in API v2 + (`#1464 `_) + + +Features +-------- + +* Created SourceHut backend. + (`#999 `_) + +* Add configuration for distro links + (`#1066 `_) + + +Development Changes +------------------- + +* Migrate Anitya project to poetry + (`PR#1475 `_) + +* Removed duplicated implementation of get_version on backends + (`#1453 `_) + + +Other Changes +------------- + +* Migrate from dependabot to renovate + (`PR#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) ================== diff --git a/news/1066.feature b/news/1066.feature deleted file mode 100644 index 2be139540..000000000 --- a/news/1066.feature +++ /dev/null @@ -1 +0,0 @@ -Add configuration for distro links diff --git a/news/1453.dev b/news/1453.dev deleted file mode 100644 index 5795f1e77..000000000 --- a/news/1453.dev +++ /dev/null @@ -1 +0,0 @@ -removed duplicated implementation of get_version on backends diff --git a/news/1463.api b/news/1463.api deleted file mode 100644 index 984de77ce..000000000 --- a/news/1463.api +++ /dev/null @@ -1 +0,0 @@ -Add missing optional parameters to the `POST /api/v2/projects/` API endpoint. \ No newline at end of file diff --git a/news/1464.api b/news/1464.api deleted file mode 100644 index 8ee7634cc..000000000 --- a/news/1464.api +++ /dev/null @@ -1 +0,0 @@ -Fix handling of JSON requests in API v2 diff --git a/news/999.feature b/news/999.feature deleted file mode 100644 index a9c57a2a6..000000000 --- a/news/999.feature +++ /dev/null @@ -1 +0,0 @@ -Created SourceHut backend. diff --git a/news/PR1459.other b/news/PR1459.other deleted file mode 100644 index 27e453a68..000000000 --- a/news/PR1459.other +++ /dev/null @@ -1 +0,0 @@ -Migrate from dependabot to renovate diff --git a/news/PR1475.dev b/news/PR1475.dev deleted file mode 100644 index 0a65ad51f..000000000 --- a/news/PR1475.dev +++ /dev/null @@ -1 +0,0 @@ -Migrate Anitya project to poetry diff --git a/pyproject.toml b/pyproject.toml index b06c06474..51c87d469 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 "] maintainers = ["Michal Konecny "]