This commit is contained in:
Vincent Prouillet 2017-05-15 15:57:42 +09:00
parent 86b6bd80c3
commit 54fc1055ad
4 changed files with 3 additions and 5 deletions

View file

@ -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
View file

@ -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)",

View file

@ -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"

View file

@ -1,2 +0,0 @@
## Make .themedump file:
`cargo run --example generate_themes themepack sublime_themes sublime_themes/all.themedump`