Skip to content

Commit a6a25a0

Browse files
authored
Merge pull request #584 from aboutcode-org/6.0.0-release-prep
6.0.0 release prep
2 parents be400a2 + ffee614 commit a6a25a0

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

CHANGELOG.rst

+9-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Changelog
22
=========
33

4-
Next Release
5-
----------------
4+
v6.0.0
5+
---------
66

77
- Improve web template for API web page https://github.com/aboutcode-org/purldb/issues/132
88
- The API endpoints for ``approximate_directory_content_index``,
@@ -23,6 +23,13 @@ Next Release
2323
ascending or descending fashion on fields using the ``sort`` query parameter.
2424
This parameter takes in the same fields as ``sort`` from `/api/packages/`.
2525
https://github.com/aboutcode-org/purldb/issues/508
26+
- Visitors and Mappers have been merged into a single module named ``miners``.
27+
- Code is now formatted using ruff.
28+
- purldb, matchcode, and other related projects have been updated to store,
29+
collect, and match code snippets. This is still in an early phase.
30+
- Add FederatedCode support.
31+
- Update queries when filtering resources by checksums to fix a performance issue.
32+
2633

2734
v5.0.1
2835
---------

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = purldb
3-
version = 5.0.1
3+
version = 6.0.0
44
license_files =
55
LICENSE
66
AUTHORS.rst

0 commit comments

Comments
 (0)