diff --git a/CHANGELOG.md b/CHANGELOG.md index a677e69..9257fe4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ All notable changes to the "mkdocs-plugin-rzk" plugin will be documented in this Check [Keep a Changelog](https://keepachangelog.com/) for recommendations on how to structure this file. +## v0.1.4 - 2023.11.02 + +### Fixed + +- Rendering topes as SVGs was broken by the `v0.6.5` release of Rzk. This patch fixes it while also improving performance. + ## v0.1.3 - 2023.09.04 ### Added diff --git a/setup.py b/setup.py index b95a101..f5173c8 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ setup( name='mkdocs-plugin-rzk', - version='0.1.3', + version='0.1.4', description='A MkDocs plugin for Literate Rzk', long_description='This plugin automates the generation of SVG renderings for code snippets in Literate Rzk Markdown files rendered using MkDocs.', keywords='mkdocs',