diff options
author | Brian Warner <warner@lothar.com> | 2018-08-20 21:52:16 -0700 |
---|---|---|
committer | Brian Warner <warner@lothar.com> | 2018-08-20 21:53:03 -0700 |
commit | c1621a73e27b3b284d51f1f1b57a7f65582d4395 (patch) | |
tree | 62aa3cb2ff4e697d4da913c5c657ac0214444c04 | |
parent | 033cd4c90fc1d34bd0379cd3e4c5b5db21910740 (diff) | |
download | PAKEs-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.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |