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.6 (#24)
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Xydes <[email protected]>
  • Loading branch information
xydesa authored Jan 19, 2021
1 parent 0db99c2 commit b561b2f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
14 changes: 10 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,19 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)

### Removed

## v0.0.6 - 2021-01-19

### Changed

- Convert use of print() and show tool output flags to the built-in Python logging module. (Thomas Denewiler, @tdenewiler)

## v0.0.5 - 2020-12-22

### Added

- Take advantange of new `DiscoveryPlugin.find_files` function that only walks a package's path once instead of
in each discovery plugin.
This should lead to a speed improvement in the discovery phase. (@xydesa)
This should lead to a speed improvement in the discovery phase. (Alexander Xydes, @xydesa)

## v0.0.4 - 2020-04-06

Expand All @@ -40,16 +46,16 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)

### Fixed

- Limit discovery plugins to only markdown files in md config levels. (@tdenewiler)
- Limit discovery plugins to only markdown files in md config levels. (Thomas Denewiler, @tdenewiler)

## v0.0.2 - 2020-02-14

### Added

- Adding support for markdownlint output with column number (@axydes)
- Adding support for markdownlint output with column number (Alexander Xydes, @axydes)

## v0.0.1 - 2020-02-13

### Added

- Initial release (@axydes)
- Initial release (Alexander Xydes, @axydes)
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.5",
version="0.0.6",
packages=[
"statick_tool",
"statick_tool.plugins.discovery",
Expand Down

0 comments on commit b561b2f

Please sign in to comment.