Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions purl2vcs/CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
Changelog
=========

v2.0.0
------

Update import statement from ``minecode.visitors.maven`` to
``minecode.collectors.maven`` in ``purl2vcs.find_source_repo`` to reflect
changes in purldb code organization.


v1.0.2
------

Expand Down
2 changes: 1 addition & 1 deletion purl2vcs/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ build-backend = "flot.buildapi"
[project]
name = "purl2vcs"
# keep version same as purldb for now
version = "1.0.2"
version = "2.0.0"
description = "purl2vcs is an add-on library working with the PurlDB to find the version control system (VCS) URL of a package and detect the commit, tags and path for a given version."
readme = "README.rst"
license = { text = "Apache-2.0" }
Expand Down