Remove mention from changelog
This commit is contained in:
parent
6c2300f916
commit
e0068ef116
|
@ -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)
|
||||
|
||||
|
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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`
|
||||
|
|
Loading…
Reference in New Issue