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"