From 837ef61397e3843d485cd666b7539c36619e697c Mon Sep 17 00:00:00 2001 From: Sam Lord Date: Mon, 28 Jul 2025 23:11:08 +0100 Subject: [PATCH] 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. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e5a8db94..c900b897 100644 --- a/README.md +++ b/README.md @@ -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.