v0.0.5
This commit is contained in:
parent
86b6bd80c3
commit
54fc1055ad
|
@ -1,6 +1,6 @@
|
|||
# Changelog
|
||||
|
||||
## 0.0.5 (unreleased)
|
||||
## 0.0.5 (2017-05-15)
|
||||
|
||||
- Fix XML templates overriding and reloading
|
||||
- `title` and `description` are now optional in the front matter
|
||||
|
|
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -1,6 +1,6 @@
|
|||
[root]
|
||||
name = "gutenberg"
|
||||
version = "0.0.4"
|
||||
version = "0.0.5"
|
||||
dependencies = [
|
||||
"base64 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"chrono 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "gutenberg"
|
||||
version = "0.0.4"
|
||||
version = "0.0.5"
|
||||
authors = ["Vincent Prouillet <vincent@wearewizards.io>"]
|
||||
license = "MIT"
|
||||
readme = "README.md"
|
||||
|
|
Loading…
Reference in a new issue