diff --git a/HISTORY b/HISTORY index e039c89f7..487f463e6 100644 --- a/HISTORY +++ b/HISTORY @@ -1,3 +1,12 @@ +0.7.0-beta.5 +============ + +* Added canonical forms and templates for domain-specific argmin/argmax [#260]. +* Expanded templates for projection, with type-appropriate wh- questions [#261]. +* Added hooks to the execution environment so devices can be notified when + a program ends. This can be used to batch the execution of multiple actions + in the same program [#259]. + 0.7.0-beta.4 ============ diff --git a/package.json b/package.json index 048d9c7ea..aa72966dd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "genie-toolkit", - "version": "0.7.0-beta.4", + "version": "0.7.0-beta.5", "description": "A Generator of Natural Language Parsers for Compositional Virtual Assistants", "main": "lib/index.js", "repository": "https://github.com/stanford-oval/genie-toolkit.git",