Prepare for 0.1.2 release
This commit is contained in:
parent
8a11d8e049
commit
145829023c
|
@ -1,13 +1,13 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
## 0.1.2 (unreleased)
|
## 0.1.2 (2017-08-09)
|
||||||
|
|
||||||
- Add `redirect_to` to section front matter to redirect when landing on section
|
- Add `redirect_to` to section front matter to redirect when landing on section
|
||||||
root page
|
root page
|
||||||
- Make `title` in config optional
|
- Make `title` in config optional
|
||||||
- Improved `gutenberg init` UX and users first experience
|
- Improved `gutenberg init` UX and users first experience
|
||||||
- Make `get_url` work for any path with optional cachebusting. Deprecates `link` param
|
- Make `get_url` work for any path with optional cachebusting.
|
||||||
in favour of `path` to be consistent
|
- Deprecates `link` param of `get_url` in favour of `path` to be consistent
|
||||||
|
|
||||||
## 0.1.1 (2017-07-16)
|
## 0.1.1 (2017-07-16)
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "gutenberg"
|
name = "gutenberg"
|
||||||
version = "0.1.1"
|
version = "0.1.2"
|
||||||
authors = ["Vincent Prouillet <vincent@wearewizards.io>"]
|
authors = ["Vincent Prouillet <vincent@wearewizards.io>"]
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
|
|
Loading…
Reference in a new issue