Skip to content

Commit

Permalink
Update version and CHANGELOG for new release: v0.0.7 (#45)
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Xydes <[email protected]>
  • Loading branch information
xydesa authored Dec 21, 2021
1 parent afe9e1b commit fc90b42
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
16 changes: 15 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,23 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)

### Fixed

### Removed

## v0.0.7 - 2021-12-21

### Added

- Support for python 3.10 (Thomas Denewiler, @tdenewiler, #36, #42).
- Weekly run of the unit tests.

### Fixed

- Specifying an encoding when calling open (pylint: [W1514](https://pylint.pycqa.org/en/latest/technical_reference/features.html)).
- Updated stylelint configuration to work with v14 and newer, [migration guide](https://github.com/stylelint/stylelint/blob/14.0.0/docs/migration-guide/to-14.md).

### Removed
### Changed

- Switch codecov-action from v1 to v2 (Thomas Denewiler, @tdenewiler, #38).

## v0.0.6 - 2021-05-28

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.6",
version="0.0.7",
packages=[
"statick_tool",
"statick_tool.plugins.discovery",
Expand Down

0 comments on commit fc90b42

Please sign in to comment.