v0.3.2
This commit is contained in:
parent
f9bb73f7bb
commit
15dd8e629e
|
@ -1,6 +1,6 @@
|
|||
# Changelog
|
||||
|
||||
## 0.3.2 (unreleased)
|
||||
## 0.3.2 (2018-03-05)
|
||||
|
||||
- Fix `serve` command trying to read all files as markdown
|
||||
- Add many syntax highlighting themes
|
||||
|
|
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -380,7 +380,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "gutenberg"
|
||||
version = "0.3.1"
|
||||
version = "0.3.2"
|
||||
dependencies = [
|
||||
"chrono 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"clap 2.30.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "gutenberg"
|
||||
version = "0.3.1"
|
||||
version = "0.3.2"
|
||||
authors = ["Vincent Prouillet <prouillet.vincent@gmail.com>"]
|
||||
license = "MIT"
|
||||
readme = "README.md"
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 68a055df8e1c570a06fe5bf1a887cd711a24bcf1
|
||||
Subproject commit 8f9915bd298b0c65c22203979b945833be7ac488
|
|
@ -1 +1 @@
|
|||
Subproject commit 77d21fd8d3f750fcf67bdf7436f4e46565cba350
|
||||
Subproject commit e8fea975ce57c7d062f958f48cc67b0c37b7aa70
|
Binary file not shown.
Binary file not shown.
Loading…
Reference in a new issue