Skip to content

Commit ec5565b

Browse files
neildgopherbot
authored andcommitted
README.md: update documentation of module versioning
Since x/ repos are now automatically periodically tagged, the previous definition of the minor and patch versions of this module are now obsolete. Delete that section of the README; regular semantic versioning rules apply here. Fixes golang/go#57089 Change-Id: I394ae4bb4eec1aa21c26b678b9ed1251b1eecf14 Reviewed-on: https://go-review.googlesource.com/c/text/+/455516 Reviewed-by: Heschi Kreinick <[email protected]> TryBot-Result: Gopher Robot <[email protected]> Run-TryBot: Damien Neil <[email protected]> Auto-Submit: Damien Neil <[email protected]>
1 parent c8236a6 commit ec5565b

File tree

1 file changed

+1
-13
lines changed

1 file changed

+1
-13
lines changed

README.md

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,7 @@
44

55
This repository holds supplementary Go libraries for text processing, many involving Unicode.
66

7-
## Semantic Versioning
8-
This repo uses Semantic versioning (http://semver.org/), so
9-
1. MAJOR version when you make incompatible API changes,
10-
1. MINOR version when you add functionality in a backwards-compatible manner,
11-
and
12-
1. PATCH version when you make backwards-compatible bug fixes.
13-
14-
Until version 1.0.0 of x/text is reached, the minor version is considered a
15-
major version. So going from 0.1.0 to 0.2.0 is considered to be a major version
16-
bump.
17-
18-
A major new CLDR version is mapped to a minor version increase in x/text.
19-
Any other new CLDR version is mapped to a patch version increase in x/text.
7+
## CLDR Versioning
208

219
It is important that the Unicode version used in `x/text` matches the one used
2210
by your Go compiler. The `x/text` repository supports multiple versions of

0 commit comments

Comments
 (0)