Skip to content

Commit

Permalink
Update version and CHANGELOG for new release: 0.8.1 (sscpac#421)
Browse files Browse the repository at this point in the history
  • Loading branch information
tdenewiler authored Jun 6, 2022
1 parent 57f52e0 commit 5fef517
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)

### Removed

## v0.8.1 - 2022-06-06

### Fixed

- Update pylint configurations to not disable bad-continuation.
Pylint is warning that that option is no longer available.

## v0.8.0 - 2022-05-31

Bugs were fixed in the `cccc` and `isort` tool plugins.
Expand Down
2 changes: 1 addition & 1 deletion statick_tool/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""Making code quality easier."""

__version__ = "0.8.0"
__version__ = "0.8.1"

0 comments on commit 5fef517

Please sign in to comment.