Skip to content

Commit

Permalink
Update version and CHANGELOG for new release: v0.0.5 (#25)
Browse files Browse the repository at this point in the history
* Update version and CHANGELOG for new release: v0.0.5

Signed-off-by: Alexander Xydes <[email protected]>
  • Loading branch information
xydesa authored May 3, 2021
1 parent 5fbc502 commit 2ac99c5
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,16 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)

### Removed

## v0.0.5 - 2021-05-03

### Added

- Add support for locally installed eslint configs and plugins.
Adding `install_dir` config option to specify where eslint's plugins and configs are installed.
On Ubuntu, locally installed eslint configs and plugins are required for eslint versions >= 6.0.0:
<https://eslint.org/docs/user-guide/migrating-to-6.0.0#plugins-and-shareable-configs-are-no-longer-affected-by-eslints-location>
- Add support for parsing eslint error lines.

## v0.0.4 - 2021-01-19

### Changed
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
author="NIWC Pacific",
name="statick-web",
description="Statick analysis plugins for Web (css, html, js) files.",
version="0.0.4",
version="0.0.5",
packages=[
"statick_tool",
"statick_tool.plugins.discovery",
Expand Down

0 comments on commit 2ac99c5

Please sign in to comment.