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

Commit

Permalink
0.0.3 (#12)
Browse files Browse the repository at this point in the history
* Publishing any tags to test and regular pypi.

* Updating version and CHANGELOG for new release: v0.0.3
  • Loading branch information
xydesa authored Apr 6, 2020
1 parent 9ef0997 commit 7b6784f
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,22 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)

### Removed

## v0.0.3 - 2020-04-06

### Added

- Installing .markdownlintrc file with this package.
- Formatted all code using black. Added Github Action to ensure future commits are consistent with black formatting.
- Using markdownlint statick plugin to check documentation files.

### Changed

- Switched from travis ci to github actions.

### Fixed

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

## v0.0.2 - 2020-02-14

### Added
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.2',
version='0.0.3',
packages=['statick_tool',
'statick_tool.plugins.discovery',
'statick_tool.plugins.tool'],
Expand Down

0 comments on commit 7b6784f

Please sign in to comment.