Skip to content

Commit

Permalink
Setting version to 0.2.0:
Browse files Browse the repository at this point in the history
The most significant change is updating to Titan `0.5.2`, which supports proper vertex types and a dramatically simplified type management interface. This introduced

- the `PropertyKey` used to model a vertex type is now `VertexLabelMaker`
- type creation is simpler and more expressive
- index creation can now be done through this API, without needing to resort to the raw Titan objects

Note that we use `xxxMakers` instead of types so that we can make this independent of any transaction management.
  • Loading branch information
eparejatobes committed Dec 8, 2014
1 parent 902e1cb commit cd0a382
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.2.0-SNAPSHOT"
version in ThisBuild := "0.2.0"

0 comments on commit cd0a382

Please sign in to comment.