diff --git a/CHANGELOG.md b/CHANGELOG.md index ea6995c..7e70e01 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ ### Change Logs +#### Version 2.0.2 (2022.12.04) + +- Ignore absolute path in [distributions' installed files](https://peps.python.org/pep-0627/#clarifications-in-the-record-file). +- Ignore vcs exception when parsing information for EggInfoDistribution. +- Sort searched results, print unknown if version not found. +- Fix dirty records in the index database. + + #### Version 2.0.1 (2022.12.03) Make absolute import more reliable by searching parent directory as well. diff --git a/pigar/version.py b/pigar/version.py index b05ecfc..51e2b0c 100644 --- a/pigar/version.py +++ b/pigar/version.py @@ -1 +1 @@ -version = __version__ = '2.0.1' +version = __version__ = '2.0.2'