Skip to content

Commit

Permalink
Version 2.0.2
Browse files Browse the repository at this point in the history
Signed-off-by: Xiaochao Dong (@damnever) <the.xcdong@gmail.com>
  • Loading branch information
damnever committed Dec 4, 2022
1 parent f171a1e commit 07bf2a6
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion pigar/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version = __version__ = '2.0.1'
version = __version__ = '2.0.2'

0 comments on commit 07bf2a6

Please sign in to comment.