Next version
This commit is contained in:
parent
4bbf7a62a1
commit
0230e3297f
|
@ -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
2
Cargo.lock
generated
|
@ -2995,7 +2995,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "zola"
|
||||
version = "0.12.1"
|
||||
version = "0.13.0"
|
||||
dependencies = [
|
||||
"atty",
|
||||
"chrono",
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue