From a2c7a875932d686c00fc608424809e71b9bc9cd0 Mon Sep 17 00:00:00 2001 From: botpub Date: Tue, 19 Oct 2021 10:08:27 +0000 Subject: [PATCH] Release Syntax Highlighting 0.1.1 --- CHANGELOG.md | 5 +++++ RELEASE.md | 3 --- pyproject.toml | 2 +- 3 files changed, 6 insertions(+), 4 deletions(-) delete mode 100644 RELEASE.md diff --git a/CHANGELOG.md b/CHANGELOG.md index 82a7e0c..cbce4a6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,11 @@ CHANGELOG ========= +0.1.1 - 2021-10-19 +------------------ + +Allow fenced code blocks without a language set. + 0.1.0 - 2021-10-19 ------------------ diff --git a/RELEASE.md b/RELEASE.md deleted file mode 100644 index b4b36ca..0000000 --- a/RELEASE.md +++ /dev/null @@ -1,3 +0,0 @@ -Release type: patch - -Allow fenced code blocks without a language set. diff --git a/pyproject.toml b/pyproject.toml index e142a7d..5e5e390 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pelican-syntax-highlighting" -version = "0.1.0" +version = "0.1.1" description = "Highlight syntax using Prism.js, Highlight.js or Pygments" authors = ["Fabian Köhler "] license = "AGPL-3.0"