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

Commit b453605

Browse files
committed
Version bump to v0.4.0
1 parent 349f13d commit b453605

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -371,6 +371,12 @@ If there is something broken (which there probably is), the same applies: fork,
371371

372372
# Changelog
373373

374+
v0.4.0
375+
376+
- Child process pid is returned from `execute` (#27)
377+
- Command execution shell is configurable for Unix systems (#27)
378+
- Better escaping for filenames with spaces (#24)
379+
374380
v0.3.0
375381

376382
- Launch the command under a shell (#15)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rsync",
3-
"version": "0.3.0",
3+
"version": "0.4.0",
44
"description": "Rsync cli wrapper",
55
"main": "rsync.js",
66
"repository": {

0 commit comments

Comments
 (0)