From 50d3507c17103284d56e245b5d9d462dd55f2bc5 Mon Sep 17 00:00:00 2001 From: botpub Date: Wed, 28 Sep 2022 13:53:04 +0000 Subject: [PATCH] Release Syntax Highlighting 0.4.0 --- CHANGELOG.md | 9 +++++++-- RELEASE.md | 3 --- pyproject.toml | 2 +- 3 files changed, 8 insertions(+), 6 deletions(-) delete mode 100644 RELEASE.md diff --git a/CHANGELOG.md b/CHANGELOG.md index 5bce963..130d659 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ -## 0.3.0 - 2022-04-08 -Add option to wrap rendered code in a `
` element. Also bump required Python version to `3.10`. +0.4.0 - 2022-09-28 +------------------ + +Try to run code2html via npx. + +Contributed by [renovate](https://github.com/renovate) via [PR #60](https://github.com/f-koehler/pelican-syntax-highlighting/pull/60/) + diff --git a/RELEASE.md b/RELEASE.md deleted file mode 100644 index 0a5c962..0000000 --- a/RELEASE.md +++ /dev/null @@ -1,3 +0,0 @@ -Release type: minor - -Try to run code2html via npx. diff --git a/pyproject.toml b/pyproject.toml index 46b5ac8..4117556 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ name = "pelican-syntax-highlighting" packages = [{include = "pelican"}] readme = "README.md" repository = "https://github.com/f-koehler/pelican-syntax-highlighting" -version = "0.3.0" +version = "0.4.0" classifiers = [ "Development Status :: 1 - Planning",