Skip to content

Commit

Permalink
Release Syntax Highlighting 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
botpub committed Oct 19, 2021
1 parent f45eeab commit a2c7a87
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
------------------

Expand Down
3 changes: 0 additions & 3 deletions RELEASE.md

This file was deleted.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
license = "AGPL-3.0"
Expand Down

0 comments on commit a2c7a87

Please sign in to comment.