From e0068ef1167c27135e7c0f087183e2b071ef9f16 Mon Sep 17 00:00:00 2001 From: Vincent Prouillet Date: Tue, 1 Sep 2020 21:23:29 +0200 Subject: [PATCH] Remove mention from changelog --- CHANGELOG.md | 1 - docs/content/documentation/deployment/vercel.md | 2 +- docs/content/documentation/getting-started/installation.md | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dbbd8fc4..d5570147 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,7 +20,6 @@ binary size - Fix Sass trying to load folders starting with `_`, causing issues with frameworks - Update livereload.js version - Add Markdown-outputting shortcodes -- Add `minify_html` option to `config.toml` to minify HTML automatically ## 0.11.0 (2020-05-25) diff --git a/docs/content/documentation/deployment/vercel.md b/docs/content/documentation/deployment/vercel.md index b2bb2416..66f5d432 100644 --- a/docs/content/documentation/deployment/vercel.md +++ b/docs/content/documentation/deployment/vercel.md @@ -27,7 +27,7 @@ specifying the `ZOLA_VERSION` we want to use to deploy the site. { "build": { "env": { - "ZOLA_VERSION": "0.11.0" + "ZOLA_VERSION": "0.12.0" } } } diff --git a/docs/content/documentation/getting-started/installation.md b/docs/content/documentation/getting-started/installation.md index 8e785ce4..77a8add2 100644 --- a/docs/content/documentation/getting-started/installation.md +++ b/docs/content/documentation/getting-started/installation.md @@ -70,7 +70,7 @@ $ choco install zola Zola does not work in PowerShell ISE. ## From source -To build Zola from source, you will need to have Git, [Rust (at least 1.43) and Cargo](https://www.rust-lang.org/) +To build Zola from source, you will need to have Git, [Rust (at least 1.45) and Cargo](https://www.rust-lang.org/) installed. You will also need to meet additional dependencies to compile [libsass](https://github.com/sass/libsass): - OSX, Linux and other Unix-like operating systems: `make` (`gmake` on BSDs), `g++`, `libssl-dev`