diff --git a/CHANGELOG.md b/CHANGELOG.md index b8d0e635..bc9c4fb2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/Cargo.lock b/Cargo.lock index 65de8e6e..df09ae98 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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", diff --git a/Cargo.toml b/Cargo.toml index 73590b88..ea8580d8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "zola" -version = "0.10.2" +version = "0.11.0" authors = ["Vincent Prouillet "] edition = "2018" license = "MIT" diff --git a/docs/content/documentation/content/syntax-highlighting.md b/docs/content/documentation/content/syntax-highlighting.md index 1ede32c0..499f283e 100644 --- a/docs/content/documentation/content/syntax-highlighting.md +++ b/docs/content/documentation/content/syntax-highlighting.md @@ -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"] diff --git a/sublime/syntaxes/LESS-sublime b/sublime/syntaxes/LESS-sublime index 30209936..3dd952ea 160000 --- a/sublime/syntaxes/LESS-sublime +++ b/sublime/syntaxes/LESS-sublime @@ -1 +1 @@ -Subproject commit 302099365866daca49d25288111696a30a4b4e03 +Subproject commit 3dd952ea771e5bc087a41146941ed36f2051c3c4 diff --git a/sublime/syntaxes/elixir-sublime-syntax b/sublime/syntaxes/elixir-sublime-syntax index 1f010d5f..d223f676 160000 --- a/sublime/syntaxes/elixir-sublime-syntax +++ b/sublime/syntaxes/elixir-sublime-syntax @@ -1 +1 @@ -Subproject commit 1f010d5f63f20aa8eafa57aaaeafe736e0748dca +Subproject commit d223f67612fcc3ee2edd3336ffc285a9ee673406 diff --git a/sublime/syntaxes/newlines.packdump b/sublime/syntaxes/newlines.packdump index c1ca399e..a0bf32f6 100644 Binary files a/sublime/syntaxes/newlines.packdump and b/sublime/syntaxes/newlines.packdump differ