Next version

This commit is contained in:
Vincent Prouillet 2020-09-27 14:15:44 +02:00
parent 4bbf7a62a1
commit 0230e3297f
4 changed files with 7 additions and 5 deletions

View file

@ -1,5 +1,7 @@
# Changelog
## 0.13.0 (unreleased)
## 0.12.1 (2020-09-27)
- Add line highlighting in code blocks

2
Cargo.lock generated
View file

@ -2995,7 +2995,7 @@ dependencies = [
[[package]]
name = "zola"
version = "0.12.1"
version = "0.13.0"
dependencies = [
"atty",
"chrono",

View file

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

View file

@ -14,13 +14,13 @@ stages:
imageName: 'vs2017-win2016'
rustup_toolchain: stable
mac-stable:
imageName: 'macos-10.14'
imageName: 'macos-10.15'
rustup_toolchain: stable
linux-stable:
imageName: 'ubuntu-16.04'
imageName: 'ubuntu-20.04'
rustup_toolchain: stable
linux-pinned:
imageName: 'ubuntu-16.04'
imageName: 'ubuntu-20.04'
rustup_toolchain: 1.43.0
pool:
vmImage: $(imageName)