Skip to content

Commit

Permalink
Version bump to v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mattijs committed Jul 28, 2016
1 parent 107c0ea commit dc845e5
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2013 Mattijs Hoitink
Copyright (c) 2013-2016 Mattijs Hoitink

Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
Expand Down
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -382,6 +382,14 @@ If there is something broken (which there probably is), the same applies: fork,

# Changelog

v0.5.0

- Properly treat flags as String
- Differentiate between shell and file arguments (escaping)
- Added a bunch of unit tests
- Added TravisCI setup to run tests on branches and PRs
- Added cwd() option to set the process CWD (#36)

v0.4.0

- Child process pid is returned from `execute` (#27)
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.4.0",
"version": "0.5.0",
"description": "Rsync cli wrapper",
"main": "rsync.js",
"repository": {
Expand Down

0 comments on commit dc845e5

Please sign in to comment.