Skip to content

Commit

Permalink
v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Philipp Nowinski committed Jun 17, 2014
1 parent 4f7fb13 commit 55e8216
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,11 @@ sync.fill(dbConfig, './dump.sql');
**filename:** the path to the .sql file

## Release History
* 2014-06-17   v0.2.0   implemented content dumping
* 2014-06-16   v0.1.0   first working version

## Planned features
* support content dumping
* make dumping and filling of content optional

## Contributing
Please feel free to fork, add specs, and send pull requests! In lieu of a formal styleguide, take care to
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "db-sync",
"version": "0.1.0",
"version": "0.2.0",
"description": "A simple tool to keep certain database tables synced between different environments",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 55e8216

Please sign in to comment.