Prepare for release

This commit is contained in:
Vincent Prouillet 2020-05-25 10:26:30 +02:00
parent 8d32f8b3f3
commit 3a292d294a
7 changed files with 11 additions and 10 deletions

View file

@ -1,6 +1,6 @@
# Changelog
## 0.11.0 (unreleased)
## 0.11.0 (2020-05-25)
### Breaking
- RSS feed support has been altered to allow, *and default to*, Atom feeds, Atom being technically superior and just as widely-supported in normal use cases.
@ -22,6 +22,7 @@
- Pass missing `lang` template parameter to taxonomy list template
- Fix default index section not having its path set to '/'
- Change cachebust strategy to use SHA256 instead of timestamp
- Fix
## 0.10.1 (2020-03-12)

10
Cargo.lock generated
View file

@ -1814,9 +1814,9 @@ dependencies = [
[[package]]
name = "proc-macro-hack"
version = "0.5.15"
version = "0.5.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0d659fe7c6d27f25e9d80a1a094c223f5246f6a6596453e09d7229bf42750b63"
checksum = "7e0456befd48169b9f13ef0f0ad46d492cf9d2dbb918bcf38e01eed4ce3ec5e4"
[[package]]
name = "proc-macro-nested"
@ -2506,9 +2506,9 @@ dependencies = [
[[package]]
name = "syn"
version = "1.0.23"
version = "1.0.24"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "95b5f192649e48a5302a13f2feb224df883b98933222369e4b3b0fe2a5447269"
checksum = "f87bc5b2815ebb664de0392fdf1b95b6d10e160f86d9f64ff65e5679841ca06a"
dependencies = [
"proc-macro2",
"quote",
@ -3147,7 +3147,7 @@ dependencies = [
[[package]]
name = "zola"
version = "0.10.2"
version = "0.11.0"
dependencies = [
"atty",
"chrono",

View file

@ -1,6 +1,6 @@
[package]
name = "zola"
version = "0.10.2"
version = "0.11.0"
authors = ["Vincent Prouillet <hello@vincentprouillet.com>"]
edition = "2018"
license = "MIT"

View file

@ -71,7 +71,7 @@ Here is a full list of supported languages and their short names:
- Haskell -> ["hs"]
- HTML -> ["htm", "html", "shtml", "xhtml"]
- HTML (ASP) -> ["asp"]
- HTML (EEx) -> ["html.eex"]
- HTML (EEx) -> ["html.eex", "html.leex"]
- HTML (Erlang) -> ["yaws"]
- HTML (Jinja2) -> ["htm.j2", "html.j2", "xhtml.j2", "xml.j2"]
- HTML (Rails) -> ["erb", "html.erb", "rails", "rhtml"]

@ -1 +1 @@
Subproject commit 302099365866daca49d25288111696a30a4b4e03
Subproject commit 3dd952ea771e5bc087a41146941ed36f2051c3c4

@ -1 +1 @@
Subproject commit 1f010d5f63f20aa8eafa57aaaeafe736e0748dca
Subproject commit d223f67612fcc3ee2edd3336ffc285a9ee673406

Binary file not shown.