Skip to content
This repository was archived by the owner on Feb 14, 2025. It is now read-only.

Commit 3b7c500

Browse files
authored
Update version and changelog for upcoming v0.2.0 release. (#32)
1 parent bb82376 commit 3b7c500

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
66

77
## Unreleased
88

9+
## v0.2.0 - 2025-01-03
10+
911
### Added
1012

1113
- Process all source files at once with tools that support passing in a list of files, instead of invoking each tool
@@ -20,6 +22,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
2022
### Removed
2123

2224
- Ubuntu 18.04 removed from continuous integration workflows.
25+
- Removed Python 3.7 support.
2326

2427
## v0.1.1 - 2022-10-11
2528

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
author="NIWC Pacific",
1919
name="statick-tooling",
2020
description="Statick analysis plugins for Tooling files.",
21-
version="0.1.1",
21+
version="0.2.0",
2222
packages=[
2323
"statick_tool",
2424
"statick_tool.plugins.discovery",

0 commit comments

Comments
 (0)