From 463d410cb70bf970ef54f7550c6db8cf711fa7dc Mon Sep 17 00:00:00 2001 From: Thomas Denewiler Date: Mon, 20 Jan 2025 13:31:53 -0800 Subject: [PATCH 1/2] Update version and changelog for upcoming v0.3.0 release. --- CHANGELOG.md | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9eadd7d..11370a8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.3.0 - 2025-01-20 ### Added diff --git a/pyproject.toml b/pyproject.toml index 5b10447..546c35a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta" name = "statick-tooling" authors = [{name = "NIWC Pacific"}] description="Statick analysis plugins for Tooling files." -version = "0.2.0" +version = "0.3.0" readme = "README.md" requires-python = ">=3.9" license = {text = "CC0-1.0"} From d16cbcf86ad61737357719294c711f718bfaa906 Mon Sep 17 00:00:00 2001 From: Thomas Denewiler Date: Mon, 20 Jan 2025 14:00:21 -0800 Subject: [PATCH 2/2] Use latest statick-md release as dependency. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 546c35a..0529eb4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -53,7 +53,7 @@ test = [ "mock", "pytest", "pytest-cov", - "statick-md@git+https://github.com/tdenewiler/statick-md@stdlib-plugins", + "statick-md", "tox", "tox-gh-actions", ]