Describe versioning policy in README (#198)

This commit is contained in:
Thomas Pelletier
2017-10-21 19:08:12 -07:00
committed by GitHub
parent 1916042ba2
commit 6d858869d3
2 changed files with 9 additions and 3 deletions
+2 -3
View File
@@ -1,9 +1,8 @@
sudo: false
language: go
go:
- 1.7.6
- 1.8.3
- 1.9
- 1.8.4
- 1.9.1
- tip
matrix:
allow_failures:
+7
View File
@@ -114,6 +114,13 @@ You have to make sure two kind of tests run:
You can run both of them using `./test.sh`.
## Versioning
Go-toml follows [Semantic Versioning](http://semver.org/). The supported version
of [TOML](https://github.com/toml-lang/toml) is indicated at the beginning of
this document. The last two major versions of Go are supported
(see [Go Release Policy](https://golang.org/doc/devel/release.html#policy)).
## License
The MIT License (MIT). Read [LICENSE](LICENSE).