Skip to content

Commit 0f1ab1f

Browse files
committed
Update changelog for 0.13.0
1 parent b44796f commit 0f1ab1f

File tree

4 files changed

+17
-4
lines changed

4 files changed

+17
-4
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## 0.13.0
2+
3+
- Fix mismatch between double hash and blake hash key requirement.
4+
- Update to use newer anonlink-entity-service api.
5+
- Updates to dependencies.
6+
- Better test coverage
7+
- CI now executes tutorial notebooks
8+
- CI now automatically releases to PyPi
9+
110
## 0.12.1
211

312
- Support packaging the command line tool into a windows executable.

docs/conf.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,9 @@
5757
master_doc = 'index'
5858

5959
# General information about the project.
60-
project = 'CLK hash'
61-
copyright = '2018, N1 Analytics'
62-
author = 'N1 Analytics'
60+
project = 'clkhash'
61+
copyright = '2019, Data61'
62+
author = 'Confidential Computing'
6363

6464
# The version info for the project you're documenting, acts as replacement for
6565
# |version| and |release|, also used in various other places throughout the

docs/doc-requirements.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,7 @@ typing>=3.6
33
nbsphinx>=0.3
44
ipython==7.5.0
55
sphinxcontrib-programoutput
6+
numpy
7+
pandas
8+
recordlinkage
9+
requests

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
setup(
2424
name="clkhash",
2525
version='0.13.0',
26-
description='Hash utility to create Cryptographic Linkage Keys',
26+
description='Encoding utility to create Cryptographic Linkage Keys',
2727
long_description=readme,
2828
long_description_content_type='text/markdown',
2929
url='https://github.com/data61/clkhash',

0 commit comments

Comments
 (0)