Release 0.0.3

This commit is contained in:
Vincent Prouillet 2017-04-05 21:51:18 +09:00
parent 3cdac7dee2
commit e6b48dff38
3 changed files with 3 additions and 2 deletions

View file

@ -8,3 +8,4 @@
- Add shortcodes (see README for details) - Add shortcodes (see README for details)
- Allow relative links to other content in markdown links - Allow relative links to other content in markdown links
- Add `markdown`, `base64_encode` and `base64_decode` filters to the Tera instance of Gutenberg - Add `markdown`, `base64_encode` and `base64_decode` filters to the Tera instance of Gutenberg
- Work on Windows!

2
Cargo.lock generated
View file

@ -1,6 +1,6 @@
[root] [root]
name = "gutenberg" name = "gutenberg"
version = "0.0.2" version = "0.0.3"
dependencies = [ dependencies = [
"base64 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)", "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)", "chrono 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",

View file

@ -1,6 +1,6 @@
[package] [package]
name = "gutenberg" name = "gutenberg"
version = "0.0.2" version = "0.0.3"
authors = ["Vincent Prouillet <vincent@wearewizards.io>"] authors = ["Vincent Prouillet <vincent@wearewizards.io>"]
license = "MIT" license = "MIT"
readme = "README.md" readme = "README.md"