Skip to content

Commit

Permalink
Setting version to 0.5.0:
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
eparejatobes committed Sep 3, 2015
1 parent 280b164 commit 003a99c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion version.sbt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version in ThisBuild := "0.5.0-SNAPSHOT"
version in ThisBuild := "0.5.0"

0 comments on commit 003a99c

Please sign in to comment.