Skip to content

Commit

Permalink
Bumping package and updating readme release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
jedrichards committed Mar 7, 2014
1 parent 7e3445e commit d650733
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ An async wrapper to the rsync command line utility for Node.js. Also available a

### Release notes

- `0.3.0` Swapping include/exclude order in the generated rsync command. Includes now come before excludes to faciliate the normal way of excluding file patterns with exceptions in rsync. See [#16](https://github.com/jedrichards/rsyncwrapper/pull/16).
- `0.2.0` Now launching the rsync command in a shell like `child_process.exec` [does in Node Core](https://github.com/joyent/node/blob/937e2e351b2450cf1e9c4d8b3e1a4e2a2def58bb/lib/child_process.js#L589). This enables us to use `spawn`, and avoid `exec` `maxBuffer`, while retaining full shell wildcard expansion.
- `0.1.0` Now using `child_process.exec` as opposed to `child_process.spawn` to enable proper shell wildcard expansions in the `options.src` value. SSH option handling has been improved.
- `0.0.1` Initial release.
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": "rsyncwrapper",
"version": "0.2.0",
"version": "0.3.0",
"description": "An async wrapper to the rsync command line utility for Node.js.",
"main": "lib/rsyncwrapper",
"repository": {
Expand Down

0 comments on commit d650733

Please sign in to comment.