Clarified documentation (#388)

The demonstration is that patch versions can be updated without breaking
changes, and that minor versions include breaking changes.

Please excuse the small documentation commit, just caused me a moment of
confusion.
This commit is contained in:
Sam Lord
2025-07-28 23:11:08 +01:00
committed by GitHub
parent 7dc1dda43f
commit 837ef61397
+1 -1
View File
@@ -64,4 +64,4 @@ Contributions to `container` are welcomed and encouraged. Please see our [main c
## Project Status
The container project is currently under active development. Its stability, both for consuming the project as a Swift package and the `container` tool, is only guaranteed within minor versions, such as between 0.1.1 and 0.1.2. Minor version number releases may include breaking changes until we achieve a 1.0.0 release.
The container project is currently under active development. Its stability, both for consuming the project as a Swift package and the `container` tool, is only guaranteed within patch versions, such as between 0.1.1 and 0.1.2. Minor version number releases may include breaking changes until we achieve a 1.0.0 release.