Skip to content

Commit

Permalink
Update version and CHANGELOG for new release: v0.2.2. (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
tdenewiler authored Oct 26, 2020
1 parent 94f87d0 commit c50b8bb
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,20 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)

### Removed

## v0.2.2 - 2020-10-26

### Added

- Documentation is generated and published to GitHub Pages on new tags.
- Tests are run on Ubuntu 16.04, 18.04, and 20.04 in addition to previous operating systems.
- The `--strict` flag is used for Mypy.
- Markdown linting using statick-md.

### Fixed

- Tox configuration updated so that unit tests continue working.
- Limit discovery plugins run on default levels to speed up Statick.

## v0.2.1 - 2020-03-29

### Added
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
author='Thomas Denewiler',
name='statick-tex',
description='Statick analysis plugins for TeX/LaTeX files and projects.',
version='0.2.1',
version='0.2.2',
packages=['statick_tool', 'statick_tool.plugins.discovery', 'statick_tool.plugins.tool'],
package_dir={'statick_tool.plugins.discovery': 'src/statick_tex/plugins/discovery',
'statick_tool.plugins.tool': 'src/statick_tex/plugins/tool',
Expand Down

0 comments on commit c50b8bb

Please sign in to comment.