Update pinned ci version
This commit is contained in:
parent
445a95f22d
commit
9fc60e1591
@ -1,13 +1,13 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
|
||||||
## 0.15.0 (unreleased)
|
## 0.15.0 (2021-12-05)
|
||||||
|
|
||||||
- Fix config file watching
|
- Fix config file watching
|
||||||
- Support custom syntax highlighting themes
|
- Support custom syntax highlighting themes
|
||||||
- Add a `required` argument to taxonomy template functions to allow them to return empty taxonomies
|
- Add a `required` argument to taxonomy template functions to allow them to return empty taxonomies
|
||||||
- Support colocating subfolders
|
- Support colocating subfolders
|
||||||
- Shorcodes and `anchor-link.html` can now access the `lang` context
|
- Shortcodes and `anchor-link.html` can now access the `lang` context
|
||||||
- Add prompt before replacing the output directory with `zola build` if the `output-dir` flag is given
|
- Add prompt before replacing the output directory with `zola build` if the `output-dir` flag is given
|
||||||
- Shortcode handling has been completely rewritten, solving many issues
|
- Shortcode handling has been completely rewritten, solving many issues
|
||||||
- Also add internal links starting with `#` without any internal Zola link
|
- Also add internal links starting with `#` without any internal Zola link
|
||||||
|
@ -21,7 +21,7 @@ stages:
|
|||||||
rustup_toolchain: stable
|
rustup_toolchain: stable
|
||||||
linux-pinned:
|
linux-pinned:
|
||||||
imageName: 'ubuntu-20.04'
|
imageName: 'ubuntu-20.04'
|
||||||
rustup_toolchain: 1.51.0
|
rustup_toolchain: 1.52.0
|
||||||
pool:
|
pool:
|
||||||
vmImage: $(imageName)
|
vmImage: $(imageName)
|
||||||
steps:
|
steps:
|
||||||
|
Loading…
Reference in New Issue
Block a user