Skip to content

Commit

Permalink
Version bump v0.7.1
Browse files Browse the repository at this point in the history
amyreese committed Apr 11, 2019
1 parent 3b4faa9 commit db54fa7
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## v0.7.1

* Bug fix: skip writing files if they fail to parse after transform (#76)
* Improved debug logging for parse failures (#75)

```bash
$ git shortlog -sn v0.7.0...
4 John Reese
1 Tim Hatch
```

## v0.7.0

* Validate transformed AST before generating diff or writing changes (#26)
2 changes: 1 addition & 1 deletion bowler/__init__.py
Original file line number Diff line number Diff line change
@@ -8,7 +8,7 @@
"""Safe code refactoring for modern Python projects."""

__author__ = "John Reese, Facebook"
__version__ = "0.7.0"
__version__ = "0.7.1"

from .imr import FunctionArgument, FunctionSpec
from .query import Query

0 comments on commit db54fa7

Please sign in to comment.