Skip to content
This repository has been archived by the owner on Feb 14, 2025. It is now read-only.

Commit

Permalink
Update version and CHANGELOG for new release: v0.0.7 (#26)
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Xydes <[email protected]>
  • Loading branch information
xydesa authored Jan 22, 2021
1 parent 0eafd94 commit 4fde00b
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,24 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)

### Removed

## v0.0.7 - 2021-01-22

### Changed

- Turned off line length checks for Markdown code blocks.

### Added

- Using type hints as introduced in Python 3.5 and improved in Python 3.6.
Type hints are described in [PEP 438](https://www.python.org/dev/peps/pep-0483/)
and [PEP 484](https://www.python.org/dev/peps/pep-0484/).
They provide static typing for methods and variables.
The use of mypy is encouraged to look for errors in expected types.

### Removed

- No longer supporting pypy3 due to issues with type hints and mypy.

## v0.0.6 - 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-md",
description="Statick analysis plugins for Markdown files.",
version="0.0.6",
version="0.0.7",
packages=[
"statick_tool",
"statick_tool.plugins.discovery",
Expand Down

0 comments on commit 4fde00b

Please sign in to comment.