From e6b48dff3815562ffe3baaf2786194f79efeca33 Mon Sep 17 00:00:00 2001 From: Vincent Prouillet Date: Wed, 5 Apr 2017 21:51:18 +0900 Subject: [PATCH] Release 0.0.3 --- CHANGELOG.md | 1 + Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 00b6fec..8cc2bb4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,3 +8,4 @@ - Add shortcodes (see README for details) - Allow relative links to other content in markdown links - Add `markdown`, `base64_encode` and `base64_decode` filters to the Tera instance of Gutenberg +- Work on Windows! diff --git a/Cargo.lock b/Cargo.lock index 3d0e540..a7ab335 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ [root] name = "gutenberg" -version = "0.0.2" +version = "0.0.3" dependencies = [ "base64 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)", "chrono 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index c85453d..52426cf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gutenberg" -version = "0.0.2" +version = "0.0.3" authors = ["Vincent Prouillet "] license = "MIT" readme = "README.md"