Skip to content

Commit

Permalink
Updated changelog for v0.9.2 release. (#461)
Browse files Browse the repository at this point in the history
* Update versions and date for v0.9.2 release.
  • Loading branch information
gregtkogut authored Dec 21, 2022
1 parent 00df9b7 commit f8bf6f8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
9 changes: 6 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)

## Unreleased
## v0.9.2 - 2022-12-21

The additions to the pylint tool resulted in significant improvements to processing times.

Expand All @@ -31,12 +31,15 @@ pylint-multiprocessing with maximum CPU cores | 2.5462
- Support [parallel execution](https://docs.pylint.org/run.html#parallel-execution) flag of pylint.
Set the number of cores used by pylint using the `--max-procs` flag for Statick. (#460)

### Changed

### Fixed

- Update action versions to get rid of deprecation warnings. (#458)
- Add blank line before URL in docstring for ROS discovery plugin. Fixes warning from new version of docformatter. (#459)

### Removed

- Remove debug print statement when the threshold level is used. (#457)

## v0.9.1 - 2022-12-12

### Added
Expand Down
2 changes: 1 addition & 1 deletion statick_tool/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""Making code quality easier."""

__version__ = "0.9.1"
__version__ = "0.9.2"

0 comments on commit f8bf6f8

Please sign in to comment.