From 145829023c5333526da05e6880def8e979d71288 Mon Sep 17 00:00:00 2001 From: Vincent Prouillet Date: Wed, 9 Aug 2017 13:42:27 +0900 Subject: [PATCH] Prepare for 0.1.2 release --- CHANGELOG.md | 6 +++--- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2f47506..c134ac5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,13 +1,13 @@ # Changelog -## 0.1.2 (unreleased) +## 0.1.2 (2017-08-09) - Add `redirect_to` to section front matter to redirect when landing on section root page - Make `title` in config optional - Improved `gutenberg init` UX and users first experience -- Make `get_url` work for any path with optional cachebusting. Deprecates `link` param -in favour of `path` to be consistent +- Make `get_url` work for any path with optional cachebusting. +- Deprecates `link` param of `get_url` in favour of `path` to be consistent ## 0.1.1 (2017-07-16) diff --git a/Cargo.toml b/Cargo.toml index 42e7abf..55613de 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gutenberg" -version = "0.1.1" +version = "0.1.2" authors = ["Vincent Prouillet "] license = "MIT" readme = "README.md"