From 003a99cb76ed02794f5bb36a7dd39701e08f652c Mon Sep 17 00:00:00 2001 From: Eduardo Pareja-Tobes Date: Thu, 3 Sep 2015 16:57:15 +0200 Subject: [PATCH] Setting version to 0.5.0: Several breaking changes here, but mostly about names. 1. We dropped `Optional>` in favor of just `Stream`. An empty stream signals the equivalent of none before. See #40 2. We are using `E` as a _suffix_ for methods related with edges like `outE`, `inE`. 3. The names for arities have changed. See #41 and #40. They are defined in `TypedEdge.java`. Apart from that, documentation should display better on github.com. The build plugin was also updated. --- version.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.sbt b/version.sbt index c9f9c29..53270e0 100644 --- a/version.sbt +++ b/version.sbt @@ -1 +1 @@ -version in ThisBuild := "0.5.0-SNAPSHOT" \ No newline at end of file +version in ThisBuild := "0.5.0" \ No newline at end of file