Skip to content

Commit

Permalink
Update README.md about breaking changes
Browse files Browse the repository at this point in the history
  • Loading branch information
benoitkugler authored Dec 26, 2023
1 parent 48cc05a commit 05bbe1e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 05bbe1e

Please sign in to comment.