Skip to content

Commit 8102c6f

Browse files
chore: release 0.1.0
1 parent 6e5cf53 commit 8102c6f

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

Diff for: CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Changelog
22

3+
## 0.1.0 (2023-09-13)
4+
5+
6+
### Features
7+
8+
* **argcomplete:** register key, prefix, and regex non-completions ([5accf80](https://github.com/scop/hashpipe/commit/5accf807f366e63aebf649748f14067421ada55a))
9+
10+
11+
### Bug Fixes
12+
13+
* don't overload internal digest module variable with different types ([20b257b](https://github.com/scop/hashpipe/commit/20b257b858eea040d28c95c8c097921952e638ed))
14+
* **mypy:** import skipping config with pytest 7 ([712843a](https://github.com/scop/hashpipe/commit/712843a6b1b35d0385a9c0e5b603502a4a961af4))
15+
* **pytype:** don't try to run for Python < 3.6 ([d34d722](https://github.com/scop/hashpipe/commit/d34d722dc14da1813acda0bf058c279b4612e93f))
16+
* **renovate:** config syntax ([c43c0ce](https://github.com/scop/hashpipe/commit/c43c0cede0d219ca26898396f9c556c6bfb10204))
17+
318
### 0.9.2 (2020-01-12)
419

520
### Features

Diff for: hashpipe/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
# for hmac.digest only available in 3.7+
2828
# mypy: no-warn-unused-ignores
2929

30-
__version__ = "0.9.2"
30+
__version__ = "0.1.0"
3131
DEFAULT_ALGORITHM = "sha1"
3232

3333

0 commit comments

Comments
 (0)