Skip to content

Commit f83fd2c

Browse files
chore: release 0.9.3
1 parent a9f2e96 commit f83fd2c

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
### [0.9.3](https://github.com/scop/hashpipe/compare/v0.9.2...v0.9.3) (2022-03-06)
4+
5+
6+
### Bug Fixes
7+
8+
* don't overload internal digest module variable with different types ([20b257b](https://github.com/scop/hashpipe/commit/20b257b858eea040d28c95c8c097921952e638ed))
9+
* **mypy:** import skipping config with pytest 7 ([712843a](https://github.com/scop/hashpipe/commit/712843a6b1b35d0385a9c0e5b603502a4a961af4))
10+
* **pytype:** don't try to run for Python < 3.6 ([d34d722](https://github.com/scop/hashpipe/commit/d34d722dc14da1813acda0bf058c279b4612e93f))
11+
312
### 0.9.2 (2020-01-12)
413

514
### Features

hashpipe/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
# for hmac.digest only available in 3.7+
3131
# mypy: no-warn-unused-ignores
3232

33-
__version__ = "0.9.2"
33+
__version__ = "0.9.3"
3434
DEFAULT_ALGORITHM = "sha1"
3535

3636

0 commit comments

Comments
 (0)