Skip to content

Commit 041fd50

Browse files
author
Gregory Hill
committed
bump js version and update readme
Signed-off-by: Gregory Hill <[email protected]>
1 parent 72d1a94 commit 041fd50

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

README.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -141,9 +141,7 @@ The encryption is furthermore vulnerable to the same timing and length attacks t
141141

142142
### Maturity
143143

144-
Hoard is still pre-release and pre-version, there may be breaking changes to the API at any time. Before version tag v1.0.0 changes minor version number changes may break the hoard.proto or hoarctl APIs (e.g. 0.3.4 -> 0.4.0) but patch number changes should leave it intact (e.g. 0.3.4 -> 0.3.5).
145-
146-
The cryptographic libraries used are standard Go libraries (and Go's NACL implementation) so should be of reasonable quality and are widely deployed. The encryption scheme is straight-forward and has an isolated implementation. However there may be bugs in the implementation.
144+
Hoard is still young, but the API should be mostly stable. The cryptographic libraries used are standard Go libraries (and Go's NACL implementation) so should be of reasonable quality and are widely deployed. The encryption scheme is straight-forward and has an isolated implementation. However there may be bugs in the implementation.
147145

148146
## Specification
149147

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@monax/hoard",
3-
"version": "1.5.4",
3+
"version": "1.5.5",
44
"description": "Hoard client library",
55
"main": "hoard-js/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)