From 3dd9f00b000b288b4b863c6c846ecb2a5c24b18b Mon Sep 17 00:00:00 2001 From: celsius narhwal Date: Fri, 22 Nov 2024 10:55:18 -0500 Subject: [PATCH] Version 3.0.1 --- CHANGELOG.md | 6 ++++++ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 90c1d47..de0d48b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ Notable changes to Iconoclast will be documented here. Breaking changes are mark Iconoclast adheres to [semantic versioning](https://semver.org/spec/v2.0.0.html). +## [3.0.1] - 2024-11-22 + +### Fixed + +- A minor spelling error. + ## [3.0.0] - 2024-11-10 ### Changes diff --git a/pyproject.toml b/pyproject.toml index 3c60512..eaed7e1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "iconoclast" -version = "3.0.0" +version = "3.0.1" description = "Font Awesome Pro integration for Material for MkDocs" authors = ["celsius narhwal "] readme = "README.md"