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 07912ca commit fc3a1d9Copy full SHA for fc3a1d9
README.md
@@ -58,6 +58,12 @@ dependencies = [
58
]
59
```
60
61
+> [!NOTE]
62
+> We recommend pinning the dependency to the latest version for programs,
63
+> like `"frequenz-quantities == 1.0.0"`, and specifying a version range
64
+> spanning one major version for libraries, like `"frequenz-quantities >= 1.0.0, < 2"`.
65
+> We follow [semver](https://semver.org/).
66
+
67
## Documentation
68
69
For more information on how to use this library and examples, please check the
0 commit comments