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 # Changelog
## 0.13.0 (unreleased)
## 0.12.1 (2020-09-27) ## 0.12.1 (2020-09-27)
- Add line highlighting in code blocks - Add line highlighting in code blocks

2
Cargo.lock generated
View file

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

View file

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

View file

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