Skip to content

Commit

Permalink
Release of 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
andreasronge committed Dec 18, 2008
1 parent ba1c43c commit 17f1704
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG
@@ -1,3 +1,10 @@
== 0.1.0 / 2009-12-18
* Property can now be of any type (and not only String, Fixnum, Float)
* Indexing and Query with Date and DateTime
* YARD documentation
* Properties can be removed
* A property can be set to nil (it will then be removed).

== 0.0.7 / 2009-12-10
* Added method to_param and methods on the value object needed for Ruby on Rails
* Impl. update from a value object/hash for a node
Expand Down
2 changes: 1 addition & 1 deletion lib/neo4j/version.rb
@@ -1,3 +1,3 @@
module Neo4j
VERSION = '0.0.7' unless defined?(Neo4j::VERSION)
VERSION = '0.1.0' unless defined?(Neo4j::VERSION)
end

0 comments on commit 17f1704

Please sign in to comment.