File tree Expand file tree Collapse file tree 4 files changed +10
-2
lines changed
Expand file tree Collapse file tree 4 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 1+ ## Changes
2+
3+ ### 0.9.2 (2020-01-12)
4+
5+ - Add ` -A ` /` --available-algorithms ` option for listing available algorithms
6+ - Add optional shell completion support using argcomplete
Original file line number Diff line number Diff line change 1+ include CHANGES.md
2+ include MANIFEST.in
Original file line number Diff line number Diff line change 3030# for hmac.digest only available in 3.7+
3131# mypy: no-warn-unused-ignores
3232
33- __version__ = "0.9.1 "
33+ __version__ = "0.9.2 "
3434DEFAULT_ALGORITHM = "sha1"
3535
3636
Original file line number Diff line number Diff line change 11[metadata]
22name = hashpipe
33description = Regular expression match hasher
4- long_description = file:README.md
4+ long_description = file:README.md,CHANGES.md
55long_description_content_type = text/markdown
66author = Ville Skyttä
77
You can’t perform that action at this time.
0 commit comments