Skip to content

Commit 003a99c

Browse files
committed
Setting version to 0.5.0:
Several breaking changes here, but mostly about names. 1. We dropped `Optional<Stream<X>>` in favor of just `Stream<X>`. 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.
1 parent 280b164 commit 003a99c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

version.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version in ThisBuild := "0.5.0-SNAPSHOT"
1+
version in ThisBuild := "0.5.0"

0 commit comments

Comments
 (0)