Skip to content

Commit ba8b4fe

Browse files
committed
update release notes
1 parent abe3bed commit ba8b4fe

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ buildInfoPackage := "dynamite"
55

66
scalaVersion := "2.11.8"
77

8-
version := "0.0.9"
8+
version := "0.0.10"
99

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

notes/0.0.10.markdown

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
* add prototype autocompletion
2+
* add indexes and types to `describe table` output
3+
* show query execution time
4+

0 commit comments

Comments
 (0)