File tree 2 files changed +11
-1
lines changed
2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 0.1.0 (2023-03-01)
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
+ * ** renovate:** config syntax ([ c43c0ce] ( https://github.com/scop/hashpipe/commit/c43c0cede0d219ca26898396f9c556c6bfb10204 ) )
12
+
3
13
### 0.9.2 (2020-01-12)
4
14
5
15
### Features
Original file line number Diff line number Diff line change 30
30
# for hmac.digest only available in 3.7+
31
31
# mypy: no-warn-unused-ignores
32
32
33
- __version__ = "0.9.2 "
33
+ __version__ = "0.1.0 "
34
34
DEFAULT_ALGORITHM = "sha1"
35
35
36
36
You can’t perform that action at this time.
0 commit comments