mirror of
https://github.com/apple/container.git
synced 2026-07-12 20:47:04 +00:00
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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user