From ed80712cb47460a0c94fcaaab66ff7ec44da6ce5 Mon Sep 17 00:00:00 2001 From: Thomas Pelletier Date: Thu, 28 Apr 2022 11:55:39 -0400 Subject: [PATCH] Copy version policy from v1 --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 9d3bb10..4dc6063 100644 --- a/README.md +++ b/README.md @@ -540,6 +540,13 @@ complete solutions exist out there. [query]: https://github.com/pelletier/go-toml/tree/f99d6bbca119636aeafcf351ee52b3d202782627/query [dasel]: https://github.com/TomWright/dasel +## 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).