We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e6f0ad commit 6ad44f5Copy full SHA for 6ad44f5
README.md
@@ -50,6 +50,10 @@ $checksum = $luhn->calcChecksum($number);
50
$checkDigit = $luhn->calcCheckDigit($number);
51
```
52
53
+## Versioning
54
+
55
+This project complies with [Semantic Versioning](https://semver.org/).
56
57
## Changelog
58
59
For a complete list of changes, and how to migrate between major versions, see [releases page](https://github.com/Ekman/luhn-algorithm/releases).
0 commit comments