diff --git a/CHANGELOG.md b/CHANGELOG.md index c54d8bca..429e0f1f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,16 @@ # CHANGELOG +## 1.0.19 -- 2024-07-23 + +- Log and re-import packages with zero dependencies [#553](https://github.com/flora-pm/flora-server/pull/553) +- Have explicit version ARGS in docker for tools [#557](https://github.com/flora-pm/flora-server/pull/557) +- Remove the enqueueImportJob function [#558](https://github.com/flora-pm/flora-server/pull/558) +- Store archive hashes [#560](https://github.com/flora-pm/flora-server/pull/560) +- Implement tracing with zipkin [#564](https://github.com/flora-pm/flora-server/pull/564) + ## 1.0.18 -- 2024-05-18 -* Add @horizon namespace ([#498](https://github.com/flora-pm/flora-server/issues/498)) +* Add `@horizon` namespace ([#498](https://github.com/flora-pm/flora-server/issues/498)) * Signal deprecations and revision dates in version listing page ([#548](https://github.com/flora-pm/flora-server/pull/548)) * Introduce [changelog-d](https://codeberg.org/fgaz/changelog-d) in the release process. * Remove the last @apply from tailwind ([#550](https://github.com/flora-pm/flora-server/pulls/550)) diff --git a/changelog.d/553 b/changelog.d/553 deleted file mode 100644 index bc2d3568..00000000 --- a/changelog.d/553 +++ /dev/null @@ -1,3 +0,0 @@ -synopsis: Log and re-import packages with zero dependencies -prs: #553 -significant: significant diff --git a/changelog.d/557 b/changelog.d/557 deleted file mode 100644 index 6b5762ed..00000000 --- a/changelog.d/557 +++ /dev/null @@ -1,2 +0,0 @@ -synopsis: Have explicit version ARGS in docker for tools -prs: #557 diff --git a/changelog.d/558 b/changelog.d/558 deleted file mode 100644 index 75ba2891..00000000 --- a/changelog.d/558 +++ /dev/null @@ -1,2 +0,0 @@ -synopsis: Remove the enqueueImportJob function -prs: #558 diff --git a/changelog.d/560 b/changelog.d/560 deleted file mode 100644 index 87d559db..00000000 --- a/changelog.d/560 +++ /dev/null @@ -1,4 +0,0 @@ -synopsis: Store archive hashes -prs: #560 -significant: significant - diff --git a/changelog.d/564 b/changelog.d/564 deleted file mode 100644 index 2fde89c0..00000000 --- a/changelog.d/564 +++ /dev/null @@ -1,2 +0,0 @@ -synopsis: Implement tracing with zipkin -prs: #564 diff --git a/changelog.d/config b/changelog.d/config index 986678ac..bc7de983 100644 --- a/changelog.d/config +++ b/changelog.d/config @@ -1,5 +1,5 @@ organization: flora-pm repository: flora-server -issue-url-template: https://github.com/{organization}/{repository}/issues/{index} -pr-url-template: https://github.com/{organization}/{repository}/pulls/{index} +issue-url-template: https://github.com/{organization}/{repository}/issue/{index} +pr-url-template: https://github.com/{organization}/{repository}/pull/{index} required-fields: synopsis prs diff --git a/flora.cabal b/flora.cabal index f2a660f2..6ac1cdb6 100644 --- a/flora.cabal +++ b/flora.cabal @@ -1,6 +1,6 @@ cabal-version: 3.0 name: flora -version: 1.0.18 +version: 1.0.19 homepage: https://github.com/flora-pm/flora-server/#readme bug-reports: https://github.com/flora-pm/flora-server/issues author: Théophile Choutri