Skip to content

Commit 5f0036f

Browse files
authored
Update README.md
1 parent 391a6b3 commit 5f0036f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,10 @@ maxmemory-policy allkeys-lru
143143

144144
This will limit the cache to 10MB and removes the least recently used keys from the cache.
145145

146+
## Versioning
147+
148+
We follow [semver](https://semver.org/). Major version zero (0.y.z) is for initial development. Anything MAY change at any time. The public API **SHOULD NOT** be considered stable ([source](https://semver.org/#spec-item-4)).
149+
146150
## Node.js support
147151

148152
We test this software against **latest** major releases of the [Node.js LTS policy](https://github.com/nodejs/Release). `Current` is included to catch regression earlier.

0 commit comments

Comments
 (0)