From 2c8ff5e08e35e4a10d9c7f151fa161bb4bb59771 Mon Sep 17 00:00:00 2001 From: Vincent Prouillet Date: Wed, 24 May 2017 21:28:33 +0900 Subject: [PATCH] v0.0.6 --- CHANGELOG.md | 2 +- Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index abb420b..0011ef9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## 0.0.6 (unreleased) +## 0.0.6 (2017-05-24) - Fix missing serialized data for sections - Change the single item template context for categories/tags diff --git a/Cargo.lock b/Cargo.lock index 58ca964..29d1264 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ [root] name = "gutenberg" -version = "0.0.5" +version = "0.0.6" 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 9b60556..3407406 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gutenberg" -version = "0.0.5" +version = "0.0.6" authors = ["Vincent Prouillet "] license = "MIT" readme = "README.md"