From 56e7ab2d7e09e4a6b477848f761668331b56afc0 Mon Sep 17 00:00:00 2001 From: Giovanni Campagna Date: Tue, 15 Sep 2020 09:29:56 -0700 Subject: [PATCH] v0.7.0 --- HISTORY | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/HISTORY b/HISTORY index 7453bba80..1d815bf18 100644 --- a/HISTORY +++ b/HISTORY @@ -1,3 +1,10 @@ +0.7.0 +===== + +* Added support for area and volume units [#347]. +* Misc bug fixes and tuning of the agent policy and replies [#342, #344, #349, + #350, #355]. + 0.7.0-rc.2 ========== diff --git a/package.json b/package.json index efb252e21..21b526319 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "genie-toolkit", - "version": "0.7.0-rc.2", + "version": "0.7.0", "description": "A Generator of Natural Language Parsers for Compositional Virtual Assistants", "main": "lib/index.js", "repository": "https://github.com/stanford-oval/genie-toolkit.git",