From 947acd9cae979763cc259f360739e759c67c4fdb Mon Sep 17 00:00:00 2001 From: Guthrie McAfee Armstrong Date: Sat, 22 Oct 2022 19:32:46 -0400 Subject: [PATCH] docs: add v2 changelog to README --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 4598201..0453cb8 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,15 @@ install this library with `pip3 install python-datamuse`. ## Changelog +### Version 2.0.0 (2022-10-22) + +- require Python 3.7 +- add @margaret to authors +- upgrade trove classifier "Development Status" from "3 - Alpha" to "5 - Production/Stable" +- specify all dependency version requirements +- rename default branch `main` +- build tool changes, see + ### Version 1.3.* (2019-09-20) - Add optional arguments to `suggest` method