From f9ee645dc21d2235f5604f69af21a401d30c3b9d Mon Sep 17 00:00:00 2001 From: ToruNiina Date: Sun, 23 Jun 2019 21:00:59 +0900 Subject: [PATCH] doc: add link to v3 branch --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 394cb54..3546223 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,8 @@ Not only the test suite itself, a TOML reader/encoder also runs on [CircleCI](ht You can see the error messages about invalid files and serialization results of valid files at [CircleCI](https://circleci.com/gh/ToruNiina/toml11). +Now a beta version of [the next major update](https://github.com/ToruNiina/toml11/tree/v3) is released. Try it! + ## Example ```cpp