Browse Source

Prepare for 0.1.2 release

index-subcmd
Vincent Prouillet 6 years ago
parent
commit
145829023c
2 changed files with 4 additions and 4 deletions
  1. +3
    -3
      CHANGELOG.md
  2. +1
    -1
      Cargo.toml

+ 3
- 3
CHANGELOG.md View File

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



+ 1
- 1
Cargo.toml View File

@@ -1,6 +1,6 @@
[package]
name = "gutenberg"
version = "0.1.1"
version = "0.1.2"
authors = ["Vincent Prouillet <vincent@wearewizards.io>"]
license = "MIT"
readme = "README.md"


Loading…
Cancel
Save