From 6d925a12ffa3a5ab4047be6ecd35e00982d725c9 Mon Sep 17 00:00:00 2001 From: Chris Waldon Date: Sat, 1 Jul 2023 12:38:39 -0400 Subject: [PATCH] doc: update readme with tag policy This commit adds a note describing our tagged-version policy to the README. Signed-off-by: Chris Waldon --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index d3f44a24..3707eb67 100644 --- a/README.md +++ b/README.md @@ -24,3 +24,12 @@ account is required and you can post without being subscribed. See the [contribution guide](https://gioui.org/doc/contribute) for more details. An [official GitHub mirror](https://github.com/gioui/gio) is available. + +## Tags + +Pre-1.0 tags are provided for reference only, and do not designate releases with ongoing support. Bugfixes will not be backported to older tags. + +Tags follow semantic versioning. In particular, as the major version is zero: + +- breaking API or behavior changes will increment the *minor* version component. +- non-breaking changes will increment the *patch* version component.