Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update version and changelog for upcoming v0.10.0 release. #511

Merged
merged 2 commits into from
Jan 3, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
38 changes: 25 additions & 13 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,30 @@ 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.10.0 - 2025-01-03

Removed support for Python 3.8.
### Added

- Statick-tex and json-merger included in Statick Docker image. (#506)

### Removed

- Removed support for Python 3.8.

### Fixed

- Updates for new tool versions. (#493)
- Cpplint unit test updated to match new default warnings from the cpplint 2.0 release.
- Cpplint 2.0 released on 2024-10-06.
- <https://github.com/cpplint/cpplint/blob/2.0.0/CHANGELOG.rst#20-2024-10-06>
- Fix command used to run ruff tool.
- Ruff v0.5.0 requires use of `ruff check` instead of `ruff`.
- Update list of files in clean script to fix shellscript warnings about globs for files with hyphens.
- Ignore new pylint finding for too many positional arguments.
Finding showed up with pylint 3.3.0.
- Change default value of deep get method to match valid type for reduce function.

## v0.9.5 - 2024-02-29

### Added

Expand All @@ -25,17 +46,8 @@ Removed support for Python 3.8.
- Fixed unit tests for groovylint tool plugin.
- Handle parsing issues when CodeNarcServer errors are present.
- Update source file formatting with latest version of black.
- Cpplint unit test updated to match new default warnings from the cpplint 2.0 release.
- Cpplint 2.0 released on 2024-10-06.
- <https://github.com/cpplint/cpplint/blob/2.0.0/CHANGELOG.rst#20-2024-10-06>
- Fix command used to run ruff tool.
- Ruff v0.5.0 requires use of `ruff check` instead of `ruff`.
- Update list of files in clean script to fix shellscript warnings about globs for files with hyphens.
- Ignore new pylint finding for too many positional arguments.
Finding showed up with pylint 3.3.0.
- Change default value of deep get method to match valid type for reduce function.

## v0.9.4 - 2022-04-25
## v0.9.4 - 2023-04-24

### Added

Expand Down Expand Up @@ -70,7 +82,7 @@ Removed support for Python 3.8.
- See <https://endoflife.date/python>.
- Remove `codecov` package from tox configuration. (#485)

## v0.9.3 - 2022-01-30
## v0.9.3 - 2023-01-30

Tools that accept a list of files have been sped up considerably.
This is the timing information of running `self_check` level against the main branch and the development branch of
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.5"
__version__ = "0.10.0"