Skip to content

Commit

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

## Unreleased

## Changed
### Added

### Fixed

## v0.1.1 - 2022-10-11

### Changed

- Updated tool plugins to match new structure introduced in sscpac/statick#423.
- Update `inherits_from` usage in configuration file to match new list format.
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-tooling",
description="Statick analysis plugins for Tooling files.",
version="0.1.0",
version="0.1.1",
packages=[
"statick_tool",
"statick_tool.plugins.discovery",
Expand Down

0 comments on commit f92de8d

Please sign in to comment.