From 54fc1055adfb9025a47c34b1a79962a1eba8defe Mon Sep 17 00:00:00 2001 From: Vincent Prouillet Date: Mon, 15 May 2017 15:57:42 +0900 Subject: [PATCH] v0.0.5 --- CHANGELOG.md | 2 +- Cargo.lock | 2 +- Cargo.toml | 2 +- notes.md | 2 -- 4 files changed, 3 insertions(+), 5 deletions(-) delete mode 100644 notes.md diff --git a/CHANGELOG.md b/CHANGELOG.md index 9d112fd..8b54836 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/Cargo.lock b/Cargo.lock index e972d3b..671ab90 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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)", diff --git a/Cargo.toml b/Cargo.toml index 62e971f..9b60556 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gutenberg" -version = "0.0.4" +version = "0.0.5" authors = ["Vincent Prouillet "] license = "MIT" readme = "README.md" diff --git a/notes.md b/notes.md deleted file mode 100644 index 5d2baff..0000000 --- a/notes.md +++ /dev/null @@ -1,2 +0,0 @@ -## Make .themedump file: -`cargo run --example generate_themes themepack sublime_themes sublime_themes/all.themedump`