Skip to content

Commit

Permalink
Setting version to 0.7.0:
Browse files Browse the repository at this point in the history
* A lot of general code refactoring (most of it in #62):
    - Setters return the subject for chaining calls
    - Added arity-specific methods in/out-E/V methods with default implementations
    - Moved all the methods from TypedGraph to the elements interfaces
    - Split Arity on two: From/To; Added FromArity to Property
    - Added Unique and NonUnique Property types to fix the arity
    - Added vertex/edge types list to the typed graph and properties list to each typed element
    - Added UntypedGraphSchema interface for automatic schema creation
* See also #46, #51
  • Loading branch information
laughedelic committed May 10, 2016
1 parent a29f1ee commit 7fe90d3
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.7.0-SNAPSHOT"
version in ThisBuild := "0.7.0"

0 comments on commit 7fe90d3

Please sign in to comment.