Skip to content

Commit 0fe900a

Browse files
committed
Bump to 0.20.0.
1 parent 0471415 commit 0fe900a

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
1-
# 0.20.0-dev
1+
# 0.20.0
22

33
- Add `to_html` template tag. [#37](https://github.com/adamghill/coltrane/pull/37) by [Tobi-De](https://github.com/Tobi-De)
44
- Breaking change: change `date` to `publish_date` in metadata. [#39](https://github.com/adamghill/coltrane/pull/37) by [Tobi-De](https://github.com/Tobi-De)
55
- Breaking change: change `SITE` setting to `SITE_URL`.
6+
- Automatically add `verbatim` templatetag around code fences.
67

78
# 0.19.0
89

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ dynamic = ["version", "description"]
55

66
[tool.poetry]
77
name = "coltrane"
8-
version = "0.19.0"
8+
version = "0.20.0"
99
description = "A simple content site framework that harnesses the power of Django without the hassle."
1010
authors = ["adamghill <adam@adamghill.com>"]
1111
license = "MIT"

0 commit comments

Comments
 (0)