We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22dfa2e commit 52a9e3aCopy full SHA for 52a9e3a
CHANGELOG.md
@@ -5,6 +5,11 @@ This project adheres to [Semantic Versioning](http://semver.org/).
5
6
## [Unreleased][unreleased]
7
8
+## [0.3.0] - 09-27-2015
9
+
10
+### Added
11
+- Add `shell` rake task. Start Neo4j if it is not already started (and stop afterward)
12
13
## [0.2.0] - 09-27-2015
14
15
### Added
lib/neo4j/rake_tasks/version.rb
@@ -1,5 +1,5 @@
1
module Neo4j
2
module RakeTasks
3
- VERSION = '0.2.0'
+ VERSION = '0.3.0'
4
end
0 commit comments