We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b558ee commit 8891a8dCopy full SHA for 8891a8d
CHANGELOG.md
@@ -0,0 +1,13 @@
1
+# Changelog
2
+
3
+## [0.1.1] - 2017-06-22
4
5
+### Fixed
6
7
+* Fixed bug that prevented the creation of lineage graphs.
8
+* Fixed `null` serialization issue for some strings.
9
+* Removed required empty data structures (i.e., the user no longer has to provide an empty `tags` map if no tags are being added).
10
11
+## [0.1.0] - 2017-05-22
12
13
+* Initial Release of Ground.
build.sbt
@@ -4,7 +4,7 @@ name := """ground"""
lazy val commonSettings = Seq(
organization := "edu.berkeley.ground",
- version := "0.1.1-SNAPSHOT",
+ version := "0.1.2-SNAPSHOT",
scalaVersion := "2.11.8"
)
0 commit comments