Clarify source stability (#45)

This commit is contained in:
Danny Canter
2025-06-09 11:38:25 -07:00
committed by GitHub
parent 56c06be9a9
commit 66e991ac05
+8
View File
@@ -151,3 +151,11 @@ open http://localhost:8000/documentation/
## Contributing
Contributions to Containerization are welcomed and encouraged. Please see [CONTRIBUTING.md](/CONTRIBUTING.md) for more information.
## Project Status
Version 0.1.0 is the first official release of Containerization. Earlier versions have no source stability guarantees.
Because the Containerization library is under active development, source stability is only guaranteed within minor versions (e.g. between 0.1.1 and 0.1.2). If you don't want potentially source-breaking package updates, you can specify your package dependency using .upToNextMinorVersion(from: "0.1.0") instead.
Future minor versions of the package may introduce changes to these rules as needed.