Skip to content

Commit

Permalink
Merge pull request #431 from nexB/prepare-v5.0.0-release
Browse files Browse the repository at this point in the history
Bump version for v5.0.0 release
  • Loading branch information
keshav-space authored May 15, 2024
2 parents 972e714 + 09da285 commit 6faba8e
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
11 changes: 5 additions & 6 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ Changelog
Next Release
----------------


v5.0.0
---------

- Add `/api/docs` Swagger API documentation for API endpoints.
- Add `/api/from_purl/purl2git` endpoint to get a git repo for a purl.
- Add `/api/to_purl/go` endpoint to get a purl from a golang import string or a package string in go.mod.
- Support indexing of PURLs listed in https://github.com/nexB/purldb/issues/326,
Expand All @@ -13,12 +18,6 @@ Next Release
- Store ``source_symbols`` and ``source_strings`` in ``extra_data`` field. https://github.com/nexB/purldb/pull/351


v4.0.0
---------

- Add `/api/docs` Swagger API documentation for API endpoints.


v3.0.0
-------

Expand Down
1 change: 1 addition & 0 deletions minecode/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -787,6 +787,7 @@ def process_scan_results(
scan_results_location=scan_results_location,
scan_summary_location=scan_summary_location,
project_extra_data=project_extra_data,
job_timeout=1200,
)
return job

Expand Down
2 changes: 1 addition & 1 deletion purldb_project/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
import os
import sys

__version__ = "3.0.0"
__version__ = "5.0.0"


def command_line():
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = purldb
version = 4.0.0
version = 5.0.0
license_files =
LICENSE
AUTHORS.rst
Expand Down

0 comments on commit 6faba8e

Please sign in to comment.