diff --git a/CHANGELOG.rst b/CHANGELOG.rst index eda3bcfb..2c035cef 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -4,9 +4,25 @@ Changelog next-version ------------ -*2023-01-03* -- Add clearcode, matchcode, and matchcode-toolkit to purldb. Reorganize code such that purldb is a single Django app. +- TBD + +v3.0.0 +------- + +This is a major release with major API changes + +- Add clearcode, matchcode, and matchcode-toolkit to purldb. +- Reorganize code such that purldb is a single Django app. +- support for new package repositories and ecosystems +- Add new matching capabilities for exact files +- Improve deployment with docker-compose +- Add new and improved scan queue +- Add a new matchcode-toolkit for matching packaged as a ScanCode plugin +- This is now using the latest version of ScanCode toolkit + + v2.0.0 ------ -*2022-11-11* -- Initial release. +Initial release. diff --git a/README.rst b/README.rst index 63a0e8e9..2227dc42 100644 --- a/README.rst +++ b/README.rst @@ -172,6 +172,19 @@ API Endpoints * Used to check the SHA1 values of archives from a scan to determine if they are known Packages +Funding +------- + +This project was funded through the NGI Assure Fund https://nlnet.nl/assure, a +fund established by NLnet https://nlnet.nl/ with financial support from the +European Commission's Next Generation Internet programme, under the aegis of DG +Communications Networks, Content and Technology under grant agreement No 957073. + +This project is also funded through grants from the Google Summer of Code +program, continuing support and sponsoring from nexB Inc. and generous +donations from multiple sponsors. + + License -------