diff --git a/CHANGELOG.md b/CHANGELOG.md index 39ffb14..abd14bd 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 7af8fd1..e613fce 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta" name = "statick-md" authors = [{name = "NIWC Pacific"}] description="Statick analysis plugins for Markdown files." -version = "0.1.3" +version = "0.3.0" readme = "README.md" requires-python = ">=3.9" license = {text = "CC0-1.0"}