aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Warner <warner@lothar.com>2018-08-20 21:52:16 -0700
committerBrian Warner <warner@lothar.com>2018-08-20 21:53:03 -0700
commitc1621a73e27b3b284d51f1f1b57a7f65582d4395 (patch)
tree62aa3cb2ff4e697d4da913c5c657ac0214444c04
parent033cd4c90fc1d34bd0379cd3e4c5b5db21910740 (diff)
downloadPAKEs-c1621a73e27b3b284d51f1f1b57a7f65582d4395.tar.xz
README: oops, I was supposed to bump the minor version for this release
I introduced a breaking API change, and should have named that last release 0.1.0 instead of 0.0.9. I'll release this as 0.1.0.
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 13342d2..74b4225 100644
--- a/README.md
+++ b/README.md
@@ -8,3 +8,5 @@ The SPAKE2 password-authenticated key-exchange algorithm, in Rust.
This is still pretty early, but seems to do the job. It needs a proper security review before you should consider using it for anything serious.
+
+Note that the API has changed since 0.0.8 . I released 0.0.9 by mistake.