Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,4 +89,14 @@ Contributions to `container` are welcome and encouraged. Please see our [main co

## 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 patch versions, such as between 0.1.1 and 0.1.2. Minor version releases may include breaking changes until we reach a 1.0.0 release.
The container project is under active development and has reached a 1.x release.
It is considered production-quality: the tool and its Swift package APIs are
suitable for production use on supported systems.

The project follows [semantic versioning](https://semver.org) for both the
Comment thread
timsneath marked this conversation as resolved.
Outdated
`container` tool and its Swift package APIs: breaking changes are
reserved for major version releases, while minor and patch releases remain
backward compatible.

Release notes flag breaking CLI changes with ⌨️ and breaking API changes with 👩‍💻.
Comment thread
timsneath marked this conversation as resolved.
Outdated
See the [releases page](https://github.com/apple/container/releases) for details.
Loading