Skip to content
This repository has been archived by the owner on Jul 11, 2023. It is now read-only.

Commit

Permalink
Version bump to v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mattijs committed Jan 28, 2015
1 parent 349f13d commit b453605
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -371,6 +371,12 @@ If there is something broken (which there probably is), the same applies: fork,

# Changelog

v0.4.0

- Child process pid is returned from `execute` (#27)
- Command execution shell is configurable for Unix systems (#27)
- Better escaping for filenames with spaces (#24)

v0.3.0

- Launch the command under a shell (#15)
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": "rsync",
"version": "0.3.0",
"version": "0.4.0",
"description": "Rsync cli wrapper",
"main": "rsync.js",
"repository": {
Expand Down

0 comments on commit b453605

Please sign in to comment.