Skip to content

Commit

Permalink
chore: release 0.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Nov 12, 2022
1 parent 9a242d7 commit 77f950d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [0.9.3](https://github.com/scop/hashpipe/compare/0.9.2...v0.9.3) (2022-11-12)


### Bug Fixes

* don't overload internal digest module variable with different types ([20b257b](https://github.com/scop/hashpipe/commit/20b257b858eea040d28c95c8c097921952e638ed))
* **mypy:** import skipping config with pytest 7 ([712843a](https://github.com/scop/hashpipe/commit/712843a6b1b35d0385a9c0e5b603502a4a961af4))
* **pytype:** don't try to run for Python < 3.6 ([d34d722](https://github.com/scop/hashpipe/commit/d34d722dc14da1813acda0bf058c279b4612e93f))

### 0.9.2 (2020-01-12)

### Features
Expand Down
2 changes: 1 addition & 1 deletion hashpipe/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
# for hmac.digest only available in 3.7+
# mypy: no-warn-unused-ignores

__version__ = "0.9.2"
__version__ = "0.9.3"
DEFAULT_ALGORITHM = "sha1"


Expand Down

0 comments on commit 77f950d

Please sign in to comment.