Skip to content

Commit fc3a1d9

Browse files
Copilotllucax
andcommitted
Add version pinning guidance to installation section
Co-authored-by: llucax <[email protected]>
1 parent 07912ca commit fc3a1d9

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,12 @@ dependencies = [
5858
]
5959
```
6060

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+
6167
## Documentation
6268

6369
For more information on how to use this library and examples, please check the

0 commit comments

Comments
 (0)