From 6d858869d3c03b8eb89f792ff4dc5b087ae92e6d Mon Sep 17 00:00:00 2001 From: Thomas Pelletier Date: Sat, 21 Oct 2017 19:08:12 -0700 Subject: [PATCH] Describe versioning policy in README (#198) --- .travis.yml | 5 ++--- README.md | 7 +++++++ 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 4966911..6e644fd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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: diff --git a/README.md b/README.md index ca22d96..10c31bd 100644 --- a/README.md +++ b/README.md @@ -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).