From fa014414da9a3ca9514a9fc6fdec6f46dfb97489 Mon Sep 17 00:00:00 2001 From: semantic-release Date: Thu, 11 Jan 2024 13:49:28 +0000 Subject: [PATCH] 0.2.0 Automatically generated by python-semantic-release --- CHANGELOG.md | 7 +++++++ pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6ce0ac4..e8d8a22 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ +## v0.2.0 (2024-01-11) + +### Feature + +* feat: support math rendering in html and various bug fixes (#15) ([`70e0e90`](https://github.com/Krande/paradoc/commit/70e0e907ec1132de3aff1e1042339ec5721f9df7)) + + ## v0.1.3 (2023-12-26) ### Fix diff --git a/pyproject.toml b/pyproject.toml index f29e792..4121342 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta" [project] name = "paradoc" -version = "0.1.3" +version = "0.2.0" authors = [ { name = "Kristoffer H. Andersen", email = "kristoffer_andersen@outlook.com" }, ]