aboutsummaryrefslogtreecommitdiffstats
path: root/askama_escape
diff options
context:
space:
mode:
authorLibravatar Dirkjan Ochtman <dirkjan@ochtman.nl>2020-01-15 13:55:33 +0100
committerLibravatar Dirkjan Ochtman <dirkjan@ochtman.nl>2020-01-15 13:55:33 +0100
commitd89758c9fe5ee2ada0c2ee3773ec127b8f2c98cf (patch)
treea08876a2f80913905c94f7db441fb66d2a2cbc06 /askama_escape
parentca6c72e505569ae28c6361ca8d44857c7153d509 (diff)
downloadaskama-d89758c9fe5ee2ada0c2ee3773ec127b8f2c98cf.tar.gz
askama-d89758c9fe5ee2ada0c2ee3773ec127b8f2c98cf.tar.bz2
askama-d89758c9fe5ee2ada0c2ee3773ec127b8f2c98cf.zip
Bump version numbers to 0.9.0
Diffstat (limited to 'askama_escape')
-rw-r--r--askama_escape/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/askama_escape/Cargo.toml b/askama_escape/Cargo.toml
index 6de179e..3ea8f5e 100644
--- a/askama_escape/Cargo.toml
+++ b/askama_escape/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "askama_escape"
-version = "0.2.0"
+version = "0.3.0"
authors = ["Dirkjan Ochtman <dirkjan@ochtman.nl>"]
description = "Optimized HTML escaping code, extracted from Askama"
documentation = "https://docs.rs/askama_escape"