We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc9a623 commit cdca890Copy full SHA for cdca890
2 files changed
CHANGELOG.rst
@@ -1,3 +1,10 @@
1
+0.15.2
2
+======
3
+
4
+- Added support for Apple Silicon (aarch64). #544
5
+- Also test Python 3.11 #545
6
+- remove testing of Python 3.6, 3.7 #545
7
8
0.15.1
9
======
10
setup.py
@@ -68,7 +68,7 @@
68
69
setup(
70
name="anonlink",
71
- version='0.15.1',
+ version='0.15.2',
72
description='Anonymous linkage using cryptographic hashes and bloom filters',
73
long_description=readme,
74
long_description_content_type='text/x-rst',
0 commit comments