From 171a592663a491f928d2c40ba322bf897f498a01 Mon Sep 17 00:00:00 2001 From: Thomas Pelletier Date: Wed, 27 Apr 2022 21:29:16 -0400 Subject: [PATCH] Prepare repository for v2.0.0 (#762) --- LICENSE | 2 +- README.md | 11 ----------- 2 files changed, 1 insertion(+), 12 deletions(-) diff --git a/LICENSE b/LICENSE index 3a38ac28..6839d51c 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2013 - 2021 Thomas Pelletier, Eric Anderton +Copyright (c) 2013 - 2022 Thomas Pelletier, Eric Anderton Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index ca5b5ced..9d3bb102 100644 --- a/README.md +++ b/README.md @@ -4,17 +4,6 @@ Go library for the [TOML](https://toml.io/en/) format. This library supports [TOML v1.0.0](https://toml.io/en/v1.0.0). -## Development status - -This is the upcoming major version of go-toml. It is currently in active -development. As of release v2.0.0-beta.1, the library has reached feature parity -with v1, and fixes a lot known bugs and performance issues along the way. - -If you do not need the advanced document editing features of v1, you are -encouraged to try out this version. - -[👉 Roadmap for v2](https://github.com/pelletier/go-toml/discussions/506) - [🐞 Bug Reports](https://github.com/pelletier/go-toml/issues) [💬 Anything else](https://github.com/pelletier/go-toml/discussions)