Prepare for release

This commit is contained in:
Vincent Prouillet 2020-09-04 22:42:07 +02:00
parent ba240cd27f
commit b854ccae28
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
# Changelog
## 0.12.0 (unreleased)
## 0.12.0 (2020-09-04)
### Breaking

4
Cargo.lock generated
View File

@ -1758,9 +1758,9 @@ checksum = "eba180dafb9038b050a4c280019bbedf9f2467b61e5d892dcad585bb57aadc5a"
[[package]]
name = "proc-macro2"
version = "1.0.19"
version = "1.0.20"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "04f5f085b5d71e2188cb8271e5da0161ad52c3f227a661a3c135fdf28e258b12"
checksum = "175c513d55719db99da20232b06cda8bab6b83ec2d04e3283edf0213c37c1a29"
dependencies = [
"unicode-xid",
]