1 parent abe3bed commit ba8b4feCopy full SHA for ba8b4fe
2 files changed
build.sbt
@@ -5,7 +5,7 @@ buildInfoPackage := "dynamite"
5
6
scalaVersion := "2.11.8"
7
8
-version := "0.0.9"
+version := "0.0.10"
9
10
mainClass in Compile := Some("dynamite.Repl")
11
notes/0.0.10.markdown
@@ -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