Skip to content

Commit

Permalink
Update CHANGES for 0.3.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
userzimmermann committed Jul 28, 2019
1 parent 53a6a4d commit 610fbe3
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
### 0.3.0

> 2019-07-28
* Add `.check_call` and `.check_output` methods to `nodely.bin.Command`,
the class of the Pythonic `nodely.bin['...']` instances for running
installed Node.js tools
* Make `nodely.bin.Command.__call__` wrap `.check_output` instead of `.call`
and take variable `*cmdargs` parameters instead of a single positional
`cmdargs` sequence parameter
* Define `nodely.NodeCommandError` based on `subprocess.CalledProcessError`.
It adds the working directory to the basic exception message and is raised
from `nodely.bin.Command.check_call` and `.check_output`

### 0.2.0

> 2017-09-12
Expand Down

0 comments on commit 610fbe3

Please sign in to comment.