From 95c9d32112f864646a8465c3533f714b76290124 Mon Sep 17 00:00:00 2001 From: Thomas Denewiler Date: Mon, 20 Jan 2025 13:58:15 -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 5e8e665..0aa5941 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 57fb93f..bc0899c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta" name = "statick-web" authors = [{name = "NIWC Pacific"}] description="Statick analysis plugins for Web (css, html, js) files." -version = "0.2.0" +version = "0.3.0" readme = "README.md" requires-python = ">=3.9" license = {text = "CC0-1.0"} From c128a8115359cf735915e5b9142f2ccf6d43b534 Mon Sep 17 00:00:00 2001 From: Thomas Denewiler Date: Mon, 20 Jan 2025 14:06:56 -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 bc0899c..9ad5ec5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -55,7 +55,7 @@ test = [ "mock", "pytest", "pytest-cov", - "statick-md@git+https://github.com/tdenewiler/statick-md@stdlib-plugins", + "statick-md", "tox", "tox-gh-actions", ]