Skip to content

Commit

Permalink
v0.7.0-rc.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gcampax committed Sep 4, 2020
1 parent 54fe717 commit 4042517
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions HISTORY
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
0.7.0-rc.1
==========

* Fixed bugs around hyphens and underscores in the tokenizer [#308].
* Fixed several bugs in the dialogue agent runtime [#245, #278, #287, #288,
#289, #291, #298, #309].

0.7.0-beta.6
============

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "genie-toolkit",
"version": "0.7.0-beta.6",
"version": "0.7.0-rc.1",
"description": "A Generator of Natural Language Parsers for Compositional Virtual Assistants",
"main": "lib/index.js",
"repository": "https://github.com/stanford-oval/genie-toolkit.git",
Expand Down

0 comments on commit 4042517

Please sign in to comment.