Skip to content

Commit

Permalink
Update version and CHANGELOG for new release: v0.1.3. (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
tdenewiler authored Jan 4, 2022
1 parent 5b66561 commit da92ebb
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.1.3 - 2022-01-04

### Added

- Add Python 3.10 support.
- Add plugin for VAL Parser tool from King's College London.
- Switch type hints from comment style to inline style.
- Switch workflow testing from local installed Statick to
[Statick GitHub Action](https://github.com/sscpac/statick-action).

### Fixed

- Use quotes for version numbers in YAML to avoid truncating trailing zeros.
- Do not fail workflow if Codecov results are not uploaded successfully.
That step is too brittle and fails intermittently.

## v0.1.2 - 2021-09-22

### 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-planning",
description="Statick analysis plugins for planning files.",
version="0.1.2",
version="0.1.3",
packages=[
"statick_tool",
"statick_tool.plugins.discovery",
Expand Down

0 comments on commit da92ebb

Please sign in to comment.