From 05bbe1e9769fd34e97a43bbb5575d2074dcb249b Mon Sep 17 00:00:00 2001 From: Benoit KUGLER Date: Tue, 26 Dec 2023 09:28:56 +0100 Subject: [PATCH] Update README.md about breaking changes --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8fae49e..2b62edf 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,12 @@ This library provides typesetting capabilities in pure Go. It is appropriate for use in GUI applications, and is shared by multiple Go UI toolkits including [Fyne](https://fyne.io) and [Gio](https://gioui.org). -## Review guidelines +## Developpment cycles + +This project, although already used in production by UI toolkits, still evolves rapidly. As such, the library uses unstable versions v0.x.y : the breaking changes required will bump the minor version number (x); the bug fixes and performance improvements the patch number (y). +## Review guidelines + Go-text is a collaboration between many individuals and projects, it is important to us that designs and decisions are right for the broadest possible audience. As a result the project will always have 3 maintainers that represent different projects