Browse Source

v0.0.6

index-subcmd
Vincent Prouillet 7 years ago
parent
commit
2c8ff5e08e
3 changed files with 3 additions and 3 deletions
  1. +1
    -1
      CHANGELOG.md
  2. +1
    -1
      Cargo.lock
  3. +1
    -1
      Cargo.toml

+ 1
- 1
CHANGELOG.md View File

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


+ 1
- 1
Cargo.lock View File

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


+ 1
- 1
Cargo.toml View File

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


Loading…
Cancel
Save