From 1a71cf239efbfefade4d36804a7ad255553aab52 Mon Sep 17 00:00:00 2001 From: HacKan Date: Sun, 23 Sep 2018 16:57:11 -0300 Subject: [PATCH] State that we follow semver in readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index a99b5e5..26a8a62 100644 --- a/README.md +++ b/README.md @@ -48,6 +48,8 @@ To uninstall, run respectively `make package-uninstall`, `make uninstall` or `ma Another option is to run `pip install --user hc-passphrase` (for user-wide installation) or `pip install hc-passphrase` (for system-wide installation), but I advise against this way given that pip doesn't do any cryptographic verification of signatures nor hashes at all. +This project supports [semver](https://semver.org) since *v1.0.0*. + #### Examples of use Check the [man page](https://github.com/HacKanCuBa/passphrase-py/blob/master/man/passphrase.md) for more information.