Skip to content

Commit

Permalink
update release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
joprice committed Jun 19, 2016
1 parent abe3bed commit ba8b4fe
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ buildInfoPackage := "dynamite"

scalaVersion := "2.11.8"

version := "0.0.9"
version := "0.0.10"

mainClass in Compile := Some("dynamite.Repl")

Expand Down
4 changes: 4 additions & 0 deletions notes/0.0.10.markdown
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
* add prototype autocompletion
* add indexes and types to `describe table` output
* show query execution time

0 comments on commit ba8b4fe

Please sign in to comment.