We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a4432ed + 89f972e commit 5c2ff31Copy full SHA for 5c2ff31
CHANGELOG.md
@@ -2,8 +2,14 @@
2
3
## new version
4
5
+## 0.1.8
6
+- Support blocklib >= 0.1.8 #188
7
+
8
+## 0.1.7
9
+- Support for Python 3.11 and latest clkhash version #184
10
11
## 0.1.6
-- Migrate from Azure pipeline to Github Actions #169
12
+- Migrate from Azure pipeline to GitHub Actions #169
13
- Set env vars for codecov action #173
14
- Update testing badge #170
15
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
name = "anonlink-client"
-version = "0.1.7"
+version = "0.1.8"
description = "Client side tool for clkhash and blocklib"
authors = [
"Wilko Henecka <wilkohenecka@gmx.net>",
0 commit comments