forked from andreoliwa/nitpick
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# [0.17.0](andreoliwa/nitpick@v0.16.1...v0.17.0) (2019-08-08) ### Bug Fixes * **setup.cfg:** silently ignore invalid sections to avoid exceptions ([79cb441](andreoliwa@79cb441)), closes [andreoliwa#69](andreoliwa#69) ### Features * highlight suggested changes with color ([f49f456](andreoliwa@f49f456)) * **json:** check if a JSON file contains the specified JSON data ([47fa133](andreoliwa@47fa133)) * **json:** check if a JSON file contains the specified keys ([0f8a53c](andreoliwa@0f8a53c)) * **json:** suggest content when file doesn't exist ([502eb3d](andreoliwa@502eb3d)) * **pre-commit:** add commitlint hook to the default recommended style ([61f467c](andreoliwa@61f467c))
- Loading branch information
1 parent
79cb441
commit ab5b072
Showing
8 changed files
with
26 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
"""Main module.""" | ||
|
||
__version__ = "0.16.1" | ||
__version__ = "0.17.0" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
[bumpversion] | ||
current_version = 0.16.1 | ||
current_version = 0.17.0 | ||
commit = False | ||
tag = False | ||
|
||
|